Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59b0eb5

Browse files
committed
Issue #28987: Typos, grammar, spelling in documentation
1 parent fff07e3 commit 59b0eb5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/whatsnew/3.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ ensure that the new ``__classcell__`` namespace entry is propagated to
360360
PEP 487: Descriptor Protocol Enhancements
361361
-----------------------------------------
362362

363-
:pep:`487` extends the descriptor protocol has to include the new optional
363+
:pep:`487` extends the descriptor protocol to include the new optional
364364
:meth:`~object.__set_name__` method. Whenever a new class is defined, the new
365365
method will be called on all descriptors included in the definition, providing
366366
them with a reference to the class being defined and the name given to the

Misc/NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Core and Builtins
1717
to/from UTF-8, instead of the locale encoding to avoid inconsistencies with
1818
os.fsencode() and os.fsdecode() which are already using UTF-8.
1919

20-
- Issue #28991: functools.lru_cache() was susceptible to an obscure $
20+
- Issue #28991: functools.lru_cache() was susceptible to an obscure reentrancy
2121
bug triggerable by a monkey-patched len() function.
2222

23-
- Issue #28739: f-string expressions no longer accepted as docstrings and
23+
- Issue #28739: f-string expressions are no longer accepted as docstrings and
2424
by ast.literal_eval() even if they do not include expressions.
2525

2626
- Issue #28512: Fixed setting the offset attribute of SyntaxError by
@@ -49,7 +49,7 @@ Library
4949
Windows
5050
-------
5151

52-
- Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
52+
- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)
5353

5454
- Issue #28896: Deprecate WindowsRegistryFinder and disable it by default.
5555

@@ -84,7 +84,7 @@ Core and Builtins
8484
must not convert combined table into split table. Patch written by INADA
8585
Naoki.
8686

87-
- Issue #28990: Fix asynchio SSL hanging if connection is closed before
87+
- Issue #28990: Fix asyncio SSL hanging if connection is closed before
8888
handshake is completed. (Patch by HoHo-Ho)
8989

9090
Tools/Demos

0 commit comments

Comments
 (0)