[Python-checkins] Slight correct grammar (GH-28860)

serhiy-storchaka webhook-mailer at python.org
Tue Oct 12 05:29:33 EDT 2021


https://github.com/python/cpython/commit/1b11582f0e00f08833da6adc44030a8b1961989a
commit: 1b11582f0e00f08833da6adc44030a8b1961989a
branch: main
author: nobodyatandnothing <91722596+nobodyatandnothing at users.noreply.github.com>
committer: serhiy-storchaka <storchaka at gmail.com>
date: 2021-10-12T12:29:29+03:00
summary:

Slight correct grammar (GH-28860)

files:
M Doc/library/ipaddress.rst

diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst
index 74d922d29db69..9c2dff5570327 100644
--- a/Doc/library/ipaddress.rst
+++ b/Doc/library/ipaddress.rst
@@ -682,7 +682,7 @@ dictionaries.
 
       Note that currently expanded netmasks are not supported.  That means
       ``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
       single-address network, with the network address being *address* and



More information about the Python-checkins mailing list