File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
44804480Robert O'Shea
44814481
44824482..
Original file line number Diff line number Diff 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
826826help detecting typos in test names and test methods.
827827
828828..
Original file line number Diff line number Diff 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
8686available tokenizer buffer. Patch by Pablo galindo
8787
8888..
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
510510functions ``. Patch by Donghee Na.
511511
512512..
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments