summaryrefslogtreecommitdiff
path: root/Lib/ipaddress.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-27 06:20:14 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-27 06:20:14 +0200
commit1039fdab606233d1ca23c53a825f885a99cdfb02 (patch)
tree0185768292708c8c98e3cd704f991fff93a43d8b /Lib/ipaddress.py
parent94d59d640638a96d14a473f5467460d360378f75 (diff)
downloadcpython-1039fdab606233d1ca23c53a825f885a99cdfb02.tar.gz
Fix a few typos and a double semicolon. Patch by Eitan Adler.
Diffstat (limited to 'Lib/ipaddress.py')
-rw-r--r--Lib/ipaddress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ipaddress.py b/Lib/ipaddress.py
index 532e44e3fb..39b3f74f31 100644
--- a/Lib/ipaddress.py
+++ b/Lib/ipaddress.py
@@ -723,7 +723,7 @@ class _BaseNetwork(_IPAddressBase):
other: An IPv4Network or IPv6Network object of the same type.
Returns:
- An iterator of the the IPv(4|6)Network objects which is self
+ An iterator of the IPv(4|6)Network objects which is self
minus other.
Raises: