Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3f5a44

Browse filesBrowse files
authored
Fix typos in what's new documentation (#119448)
1 parent 43807fe commit e3f5a44
Copy full SHA for e3f5a44

File tree

6 files changed

+9
-9
lines changed
Filter options

6 files changed

+9
-9
lines changed

‎Misc/NEWS.d/3.13.0a1.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.13.0a1.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ debugging.
19641964
.. nonce: LCxiau
19651965
.. section: Library
19661966
1967-
Fix :func:`termios.tcsetattr` bug that was overwritting existing errors
1967+
Fix :func:`termios.tcsetattr` bug that was overwriting existing errors
19681968
during parsing integers from ``term`` list.
19691969

19701970
..

‎Misc/NEWS.d/3.13.0a2.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.13.0a2.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ pattern.
974974
.. nonce: 6ah-aw
975975
.. section: Library
976976
977-
Add the :attr:`ipaddress.IPv4Address.ipv6_mapped` property, which retuns the
977+
Add the :attr:`ipaddress.IPv4Address.ipv6_mapped` property, which returns the
978978
IPv4-mapped IPv6 address.
979979

980980
..

‎Misc/NEWS.d/3.13.0a3.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.13.0a3.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
613613
with 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
932932
the 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
934934
modify 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
15501550
optional *strict* parameter to these two functions: use ``strict=False`` to
15511551
get 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
15541554
the :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
16191619
are many environment variables to go over.
16201620

16211621
..

‎Misc/NEWS.d/3.13.0a4.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.13.0a4.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ configure.ac.
11811181
.. nonce: XcEXEZ
11821182
.. section: Build
11831183
1184-
configure and Makefile were refactored to accomodate framework builds on
1184+
configure and Makefile were refactored to accommodate framework builds on
11851185
Apple platforms other than macOS.
11861186

11871187
..

‎Misc/NEWS.d/3.13.0a5.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.13.0a5.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ On Windows, commas passed in arguments to ``Tools\buildbot\test.bat`` and
962962
.. nonce: -dlzfI
963963
.. section: Tests
964964
965-
Fix translation of exception hander targets by
965+
Fix translation of exception handler targets by
966966
``_testinternalcapi.optimize_cfg``.
967967

968968
..

‎Misc/NEWS.d/3.13.0a6.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.13.0a6.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ call.
913913
.. nonce: IMLi6K
914914
.. section: Documentation
915915
916-
Remove compatibilty references to Emscripten.
916+
Remove compatibility references to Emscripten.
917917

918918
..
919919

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.