summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0a7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.11.0a7.rst')
-rw-r--r--Misc/NEWS.d/3.11.0a7.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.11.0a7.rst b/Misc/NEWS.d/3.11.0a7.rst
index f4e2ad8..a376c8b 100644
--- a/Misc/NEWS.d/3.11.0a7.rst
+++ b/Misc/NEWS.d/3.11.0a7.rst
@@ -1173,7 +1173,7 @@ implemented.
.. section: Library
Add an Barrier object in synchronization primitives of *asyncio* Lib in
-order to be consistant with Barrier from *threading* and *multiprocessing*
+order to be consistent with Barrier from *threading* and *multiprocessing*
libs*
..
@@ -1211,7 +1211,7 @@ Update PEP URLs to :pep:`676`'s new canonical form.
.. nonce: 4Dn48U
.. section: Documentation
-Clarified the old Python versions compatiblity note of
+Clarified the old Python versions compatibility note of
:func:`binascii.crc32` / :func:`zlib.adler32` / :func:`zlib.crc32`
functions.