[Python-checkins] Fix typo in NEWS. (GH-26346)

nanjekyejoannah webhook-mailer at python.org
Tue May 25 16:58:55 EDT 2021


https://github.com/python/cpython/commit/2a4cb007a7b6b9e5a82ef69b4c4d18409f20246e
commit: 2a4cb007a7b6b9e5a82ef69b4c4d18409f20246e
branch: main
author: Mariusz Felisiak <felisiak.mariusz at gmail.com>
committer: nanjekyejoannah <33177550+nanjekyejoannah at users.noreply.github.com>
date: 2021-05-25T17:58:49-03:00
summary:

Fix typo in NEWS. (GH-26346)

files:
M Misc/NEWS.d/3.10.0b1.rst

diff --git a/Misc/NEWS.d/3.10.0b1.rst b/Misc/NEWS.d/3.10.0b1.rst
index a0dac135a3a60..25c3943abe50e 100644
--- a/Misc/NEWS.d/3.10.0b1.rst
+++ b/Misc/NEWS.d/3.10.0b1.rst
@@ -88,7 +88,7 @@ Add new audit event ``glob.glob/2`` to incorporate the new *root_dir* and
 :mod:`ipaddress` module no longer accepts any leading zeros in IPv4 address
 strings. Leading zeros are ambiguous and interpreted as octal notation by
 some libraries. For example the legacy function :func:`socket.inet_aton`
-treats leading zeros as octal notatation. glibc implementation of modern
+treats leading zeros as octal notation. glibc implementation of modern
 :func:`~socket.inet_pton` does not accept any leading zeros. For a while the
 :mod:`ipaddress` module used to accept ambiguous leading zeros.
 



More information about the Python-checkins mailing list