bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)

(cherry picked from commit 52f98424a5)

Co-authored-by: Eric L. Frederich <eric.frederich@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-08-05 14:43:16 -07:00 committed by GitHub
parent b24c9d2b06
commit b5789a7419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ class IPv4Network(_BaseV4, _BaseNetwork):
address: A string or integer representing the IP [& network]. address: A string or integer representing the IP [& network].
'192.0.2.0/24' '192.0.2.0/24'
'192.0.2.0/255.255.255.0' '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, are all functionally the same in IPv4. Similarly,
'192.0.2.1' '192.0.2.1'
'192.0.2.1/255.255.255.255' '192.0.2.1/255.255.255.255'