File tree 7 files changed +9
-9
lines changed
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
560
560
.. nonce: 9lmTCC
561
561
.. section: Core and Builtins
562
562
563
- Remove two cases of undefined behavoir , by adding NULL checks.
563
+ Remove two cases of undefined behavior , by adding NULL checks.
564
564
565
565
..
566
566
@@ -2591,7 +2591,7 @@ Update bundled pip to 22.2.2.
2591
2591
2592
2592
Fix :class: `asyncio.TaskGroup ` to propagate exception when
2593
2593
: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.
2595
2595
2596
2596
..
2597
2597
@@ -4476,7 +4476,7 @@ they are deprecated. Contributed by C.A.M. Gerlach.
4476
4476
.. nonce: we7AFm
4477
4477
.. section: Documentation
4478
4478
4479
- Replaced incorrectly written true/false values in documentiation . Patch by
4479
+ Replaced incorrectly written true/false values in documentation . Patch by
4480
4480
Robert O'Shea
4481
4481
4482
4482
..
Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ and to indicate when it became late-bound.
822
822
.. nonce: 7KinCV
823
823
.. section: Tests
824
824
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
826
826
help detecting typos in test names and test methods.
827
827
828
828
..
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Victor Stinner.
82
82
.. section: Core and Builtins
83
83
84
84
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
86
86
available tokenizer buffer. Patch by Pablo galindo
87
87
88
88
..
Original file line number Diff line number Diff line change @@ -830,7 +830,7 @@ Reduced the memory usage of :func:`urllib.parse.unquote` and
830
830
.. section: Library
831
831
832
832
``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.
834
834
835
835
..
836
836
Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ inheritance.
506
506
.. nonce: 7sQz5l
507
507
.. section: Build
508
508
509
- Update BOLT configration not to use depreacted usage of ``--split
509
+ Update BOLT configuration not to use deprecated usage of ``--split
510
510
functions ``. Patch by Donghee Na.
511
511
512
512
..
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ E. Aasland.
453
453
.. section: Library
454
454
455
455
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.
457
457
458
458
..
459
459
Original file line number Diff line number Diff line change @@ -1446,7 +1446,7 @@ Adapt the :mod:`winsound` extension module to :pep:`687`.
1446
1446
.. nonce: jurMzv
1447
1447
.. section: Library
1448
1448
1449
- Remove deprecation of enum ``memmber .member `` access.
1449
+ Remove deprecation of enum ``member .member `` access.
1450
1450
1451
1451
..
1452
1452
You can’t perform that action at this time.
0 commit comments