]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in NEWS. (GH-26346)
authorMariusz Felisiak <felisiak.mariusz@gmail.com>
Tue, 25 May 2021 20:58:49 +0000 (22:58 +0200)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 20:58:49 +0000 (17:58 -0300)
Misc/NEWS.d/3.10.0b1.rst

index a0dac135a3a604ba236cbeedcbdd8256970ea998..25c3943abe50e5f7c95e883779ea336a4123b6a5 100644 (file)
@@ -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.