summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.