mirror of https://github.com/python/cpython
Slight correct grammar (GH-28860)
This commit is contained in:
parent
f79f3b41c8
commit
1b11582f0e
|
@ -682,7 +682,7 @@ dictionaries.
|
||||||
|
|
||||||
Note that currently expanded netmasks are not supported. That means
|
Note that currently expanded netmasks are not supported. That means
|
||||||
``2001:db00::0/24`` is a valid argument while ``2001:db00::0/ffff:ff00::``
|
``2001:db00::0/24`` is a valid argument while ``2001:db00::0/ffff:ff00::``
|
||||||
not.
|
is not.
|
||||||
|
|
||||||
2. An integer that fits into 128 bits. This is equivalent to a
|
2. An integer that fits into 128 bits. This is equivalent to a
|
||||||
single-address network, with the network address being *address* and
|
single-address network, with the network address being *address* and
|
||||||
|
|
Loading…
Reference in New Issue