summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-25 20:58:49 (GMT)
committerGitHub <noreply@github.com>2021-05-25 20:58:49 (GMT)
commit2a4cb007a7b6b9e5a82ef69b4c4d18409f20246e (patch)
tree522e6045729f76f2b7e077541609343073732632 /Misc
parentee3d78ef730116f2c43afc248d207ca1d47eee08 (diff)
downloadcpython-2a4cb007a7b6b9e5a82ef69b4c4d18409f20246e.zip
cpython-2a4cb007a7b6b9e5a82ef69b4c4d18409f20246e.tar.gz
cpython-2a4cb007a7b6b9e5a82ef69b4c4d18409f20246e.tar.bz2
Fix typo in NEWS. (GH-26346)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.10.0b1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.10.0b1.rst b/Misc/NEWS.d/3.10.0b1.rst
index a0dac13..25c3943 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.