Skip to content

Commit

Permalink
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfrederich committed Aug 5, 2020
1 parent 15edaec commit 52f9842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ipaddress.py
Expand Up @@ -1466,7 +1466,7 @@ def __init__(self, address, strict=True):
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'
Expand Down

0 comments on commit 52f9842

Please sign in to comment.