summaryrefslogtreecommitdiff
path: root/dns/inet.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2006-08-15 23:37:20 +0000
committerBob Halley <halley@dnspython.org>2006-08-15 23:37:20 +0000
commit602fa86698771fdc86158e9924c21675ef5fd642 (patch)
treec2af635e9347480c06fa399d76ff83e67a519273 /dns/inet.py
parent3793f754a39cecc834a73c5a35e48c1439e40819 (diff)
downloaddnspython-602fa86698771fdc86158e9924c21675ef5fd642.tar.gz
fix various doco errors (thanks Brian!)
Diffstat (limited to 'dns/inet.py')
-rw-r--r--dns/inet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/inet.py b/dns/inet.py
index 36cd290..7dd01f1 100644
--- a/dns/inet.py
+++ b/dns/inet.py
@@ -77,7 +77,7 @@ def af_for_address(text):
@param text: the textual address
@type text: string
@raises ValueError: the address family cannot be determined from the input.
- @rtype int
+ @rtype: int
"""
try:
junk = dns.ipv4.inet_aton(text)