From 0ae2f93f8ff86068789752c276963f9a659812ff Mon Sep 17 00:00:00 2001 From: Peter Moody Date: Wed, 27 Jun 2012 13:48:13 -0700 Subject: Docstring typo reported by Jason Keene --- trunk/ipaddr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1