summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Moody <pmoody@google.com>2012-06-27 13:48:13 -0700
committerPeter Moody <pmoody@google.com>2012-06-27 13:48:13 -0700
commit0ae2f93f8ff86068789752c276963f9a659812ff (patch)
treecde2a48948fa4ce66071223e07624ff718c848f8
parentba2b1c98eaa0e158962f7c5647d94ec00a7d5b1c (diff)
downloadipaddr-py-0ae2f93f8ff86068789752c276963f9a659812ff.tar.gz
Docstring typo reported by Jason Keene
-rw-r--r--trunk/ipaddr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/ipaddr.py b/trunk/ipaddr.py
index d1b0348..b1d8f74 100644
--- a/trunk/ipaddr.py
+++ b/trunk/ipaddr.py
@@ -141,7 +141,7 @@ def v6_int_to_packed(address):
"""The binary representation of this address.
Args:
- address: An integer representation of an IPv4 IP address.
+ address: An integer representation of an IPv6 IP address.
Returns:
The binary representation of this address.