From 7bd9bfbe46e6caa286ea754fbf1a8de9d456c794 Mon Sep 17 00:00:00 2001 From: Peter Moody Date: Tue, 2 Feb 2010 06:54:13 +0000 Subject: + fix docstring (issue55). (thanks Scott Kitterman). git-svn-id: https://ipaddr-py.googlecode.com/svn/trunk@132 09200d28-7f98-11dd-ad27-0f66e57d2035 --- ipaddr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaddr.py') diff --git a/ipaddr.py b/ipaddr.py index dc70592..5e02656 100644 --- a/ipaddr.py +++ b/ipaddr.py @@ -936,7 +936,7 @@ class _BaseV4(object): The IP ip_str as an integer. Raises: - IPv4IpValidationError: if the string isn't a valid IP string. + AddressValueError: if the string isn't a valid IP string. """ packed_ip = 0 -- cgit v1.2.1