diff options
| author | Bob Halley <halley@dnspython.org> | 2006-08-15 23:37:20 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2006-08-15 23:37:20 +0000 |
| commit | 602fa86698771fdc86158e9924c21675ef5fd642 (patch) | |
| tree | c2af635e9347480c06fa399d76ff83e67a519273 /dns/inet.py | |
| parent | 3793f754a39cecc834a73c5a35e48c1439e40819 (diff) | |
| download | dnspython-602fa86698771fdc86158e9924c21675ef5fd642.tar.gz | |
fix various doco errors (thanks Brian!)
Diffstat (limited to 'dns/inet.py')
| -rw-r--r-- | dns/inet.py | 2 |
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) |
