@@ -609,7 +609,7 @@ with the documentation)
609609
610610:func: `asyncio.Condition.wait() ` now re-raises the same
611611:exc: `CancelledError ` instance that may have caused it to be interrupted.
612- Fixed race condition in :func: `asyncio.Semaphore.aquire ` when interrupted
612+ Fixed race condition in :func: `asyncio.Semaphore.acquire ` when interrupted
613613with a :exc: `CancelledError `.
614614
615615..
@@ -928,7 +928,7 @@ on Windows.
928928.. section: Library
929929
930930 Fix :func: `shutil.copymode ` and :func: `shutil.copystat ` on Windows.
931- Previously they worked differenly if *dst * is a symbolic link: they modified
931+ Previously they worked differently if *dst * is a symbolic link: they modified
932932the permission bits of *dst * itself rather than the file it points to if
933933*follow_symlinks * is true or *src * is not a symbolic link, and did not
934934modify the permission bits if *follow_symlinks * is false and *src * is a
@@ -1550,7 +1550,7 @@ addresses are encountered instead of potentially inaccurate values. Add
15501550optional *strict * parameter to these two functions: use ``strict=False `` to
15511551get the old behavior, accept malformed inputs. ``getattr(email.utils,
15521552'supports_strict_parsing', False) `` can be use to check if the *strict *
1553- paramater is available. Patch by Thomas Dwyer and Victor Stinner to improve
1553+ parameter is available. Patch by Thomas Dwyer and Victor Stinner to improve
15541554the :cve: `2023-27043 ` fix.
15551555
15561556..
@@ -1615,7 +1615,7 @@ method of :class:`itertools.pairwise`.
16151615.. section: Library
16161616
16171617 Small (10 - 20%) and trivial performance improvement of
1618- :func: `urrlib .request.getproxies_environment `, typically useful when there
1618+ :func: `urllib .request.getproxies_environment `, typically useful when there
16191619are many environment variables to go over.
16201620
16211621..
0 commit comments