Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitb7f45a9

Browse files
authored
Fix typos in documentation (#119295)
1 parentf6da790 commitb7f45a9

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

‎Misc/NEWS.d/3.12.0a1.rst‎

Lines 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 undefinedbehavoir, by adding NULL checks.
563+
Remove two cases of undefinedbehavior, 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-
contextmanger. Patch by Kumar Aditya and Guido van Rossum.
2594+
contextmanager. 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 indocumentiation. Patch by
4479+
Replaced incorrectly written true/false values indocumentation. Patch by
44804480
Robert O'Shea
44814481

44824482
..

‎Misc/NEWS.d/3.12.0a2.rst‎

Lines 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 failswit exit code 4 if no tests ran. It should
825+
The Python test suite now failswith 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‎

Lines 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 newlinecaracter from a file that is as long as the
85+
line missing the newlinecharacter 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‎

Lines 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)`` asinfered signature.
833+
Now it correctly returns ``(*args, **kwargs)`` asinferred signature.
834834

835835
..
836836

‎Misc/NEWS.d/3.12.0a5.rst‎

Lines 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 BOLTconfigration not to usedepreacted usage of ``--split
509+
Update BOLTconfiguration not to usedeprecated usage of ``--split
510510
functions``. Patch by Donghee Na.
511511

512512
..

‎Misc/NEWS.d/3.12.0a6.rst‎

Lines 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‎

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp