commit | 52f98424a55e14f05dfa7483cc0faf634a61c9ff | [log] [tgz] |
---|---|---|
author | Eric L. Frederich <eric.frederich@gmail.com> | Wed Aug 05 14:44:53 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Aug 05 14:44:53 2020 -0400 |
tree | 93070d5e373c37c7b274999f6a668535eb669dc5 | |
parent | 15edaecd97a3f8e82895046462342d8ddd8b9f1b [diff] [blame] |
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
diff --git a/Lib/ipaddress.py b/Lib/ipaddress.py index 75b4c35..bc662c4 100644 --- a/Lib/ipaddress.py +++ b/Lib/ipaddress.py
@@ -1466,7 +1466,7 @@ address: A string or integer representing the IP [& network]. '192.0.2.0/24' '192.0.2.0/255.255.255.0' - '192.0.0.2/0.0.0.255' + '192.0.2.0/0.0.0.255' are all functionally the same in IPv4. Similarly, '192.0.2.1' '192.0.2.1/255.255.255.255'