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 fef202f

Browse filesBrowse files
miss-islingtonxyb
andauthored
[3.13] Fix typos in documentation (GH-119295) (#119337)
Co-authored-by: Xie Yanbo <xieyanbo@gmail.com>
1 parent 8860f83 commit fef202f
Copy full SHA for fef202f

File tree

7 files changed

+9
-9
lines changed
Filter options

7 files changed

+9
-9
lines changed

‎Misc/NEWS.d/3.12.0a1.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.12.0a1.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ versions prior to 3.11
560560
.. nonce: 9lmTCC
561561
.. section: Core and Builtins
562562
563-
Remove two cases of undefined behavoir, by adding NULL checks.
563+
Remove two cases of undefined behavior, by adding NULL checks.
564564

565565
..
566566
@@ -2591,7 +2591,7 @@ Update bundled pip to 22.2.2.
25912591
25922592
Fix :class:`asyncio.TaskGroup` to propagate exception when
25932593
:exc:`asyncio.CancelledError` was replaced with another exception by a
2594-
context manger. Patch by Kumar Aditya and Guido van Rossum.
2594+
context manager. Patch by Kumar Aditya and Guido van Rossum.
25952595

25962596
..
25972597
@@ -4476,7 +4476,7 @@ they are deprecated. Contributed by C.A.M. Gerlach.
44764476
.. nonce: we7AFm
44774477
.. section: Documentation
44784478
4479-
Replaced incorrectly written true/false values in documentiation. Patch by
4479+
Replaced incorrectly written true/false values in documentation. Patch by
44804480
Robert O'Shea
44814481

44824482
..

‎Misc/NEWS.d/3.12.0a2.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.12.0a2.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ and to indicate when it became late-bound.
822822
.. nonce: 7KinCV
823823
.. section: Tests
824824
825-
The Python test suite now fails wit exit code 4 if no tests ran. It should
825+
The Python test suite now fails with exit code 4 if no tests ran. It should
826826
help detecting typos in test names and test methods.
827827

828828
..

‎Misc/NEWS.d/3.12.0a3.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.12.0a3.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Victor Stinner.
8282
.. section: Core and Builtins
8383
8484
Fixed a bug that was causing a buffer overflow if the tokenizer copies a
85-
line missing the newline caracter from a file that is as long as the
85+
line missing the newline character from a file that is as long as the
8686
available tokenizer buffer. Patch by Pablo galindo
8787

8888
..

‎Misc/NEWS.d/3.12.0a4.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.12.0a4.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ Reduced the memory usage of :func:`urllib.parse.unquote` and
830830
.. section: Library
831831
832832
``inspect.signature`` was raising ``TypeError`` on call with mock objects.
833-
Now it correctly returns ``(*args, **kwargs)`` as infered signature.
833+
Now it correctly returns ``(*args, **kwargs)`` as inferred signature.
834834

835835
..
836836

‎Misc/NEWS.d/3.12.0a5.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.12.0a5.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ inheritance.
506506
.. nonce: 7sQz5l
507507
.. section: Build
508508
509-
Update BOLT configration not to use depreacted usage of ``--split
509+
Update BOLT configuration not to use deprecated usage of ``--split
510510
functions``. Patch by Donghee Na.
511511

512512
..

‎Misc/NEWS.d/3.12.0a6.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.12.0a6.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ E. Aasland.
453453
.. section: Library
454454
455455
Change repr of :class:`collections.OrderedDict` to use regular dictionary
456-
formating instead of pairs of keys and values.
456+
formatting instead of pairs of keys and values.
457457

458458
..
459459

‎Misc/NEWS.d/3.12.0b1.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/3.12.0b1.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ Adapt the :mod:`winsound` extension module to :pep:`687`.
14461446
.. nonce: jurMzv
14471447
.. section: Library
14481448
1449-
Remove deprecation of enum ``memmber.member`` access.
1449+
Remove deprecation of enum ``member.member`` access.
14501450

14511451
..
14521452

0 commit comments

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