summaryrefslogtreecommitdiff
path: root/ipaddr.py
diff options
context:
space:
mode:
authorDaniel Harrison <harro@google.com>2010-10-04 23:13:08 +0000
committerDaniel Harrison <harro@google.com>2010-10-04 23:13:08 +0000
commitf109f0be7233c4cae807cce0de3f2b4b4cbbc125 (patch)
treed98b84b8c7d08c0277bd1da4562d7b9847309b74 /ipaddr.py
parent6d441b59390fc0e25b3e6913699b388f6edd7022 (diff)
downloadipaddr-py-f109f0be7233c4cae807cce0de3f2b4b4cbbc125.tar.gz
Commentary typo fix
git-svn-id: https://ipaddr-py.googlecode.com/svn/trunk@192 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'ipaddr.py')
-rw-r--r--ipaddr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaddr.py b/ipaddr.py
index 4fe6e11..16e0a4d 100644
--- a/ipaddr.py
+++ b/ipaddr.py
@@ -915,7 +915,7 @@ class _BaseNet(_IPAddrBase):
version=self._version)
def subnet(self, prefixlen_diff=1, new_prefix=None):
- """Return a list of subnets, rather than an interator."""
+ """Return a list of subnets, rather than an iterator."""
return list(self.iter_subnets(prefixlen_diff, new_prefix))
def supernet(self, prefixlen_diff=1, new_prefix=None):