Fix a few typos and a double semicolon. Patch by Eitan Adler.

This commit is contained in:
Ezio Melotti 2013-01-27 06:20:14 +02:00
parent 1c1cadbbca
commit 3f5db3940f
10 changed files with 10 additions and 10 deletions

View file

@ -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: