From: Bob Halley Date: Mon, 16 Jan 2017 17:24:32 +0000 (-0800) Subject: fix docstring typo X-Git-Tag: v1.16.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce73c9aa7db0ade7f6ae6e86493387f56e861ae7;p=thirdparty%2Fdnspython.git fix docstring typo --- diff --git a/dns/resolver.py b/dns/resolver.py index 2bbc1174..83cfca74 100644 --- a/dns/resolver.py +++ b/dns/resolver.py @@ -130,7 +130,7 @@ class NoNameservers(dns.exception.DNSException): errors: list of servers and respective errors The type of errors is - [(server ip address, any object convertible to string)]. + [(server IP address, any object convertible to string)]. Non-empty errors list will add explanatory message () """