summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2021-08-19 08:50:40 (GMT)
committerGitHub <noreply@github.com>2021-08-19 08:50:40 (GMT)
commit6ebfe8da6331bfcf54057f6e22a6f353a5621d35 (patch)
tree4c2fdc8929159ef0acee6765310a2d4875760887 /Doc
parent03dd89d62413c4a92831ed1b36e2ae8983bcb2d4 (diff)
downloadcpython-6ebfe8da6331bfcf54057f6e22a6f353a5621d35.zip
cpython-6ebfe8da6331bfcf54057f6e22a6f353a5621d35.tar.gz
cpython-6ebfe8da6331bfcf54057f6e22a6f353a5621d35.tar.bz2
[3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27825)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 7a3460a..c27c968 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -2317,7 +2317,7 @@ Changes in the Python API
Starting with Python 3.8.12 the :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.
+function :func:`socket.inet_aton` treats leading zeros as octal notation.
glibc implementation of modern :func:`~socket.inet_pton` does not accept
any leading zeros.