]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typo
authorBob Halley <halley@dnspython.org>
Fri, 12 Jun 2020 20:50:09 +0000 (13:50 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 12 Jun 2020 20:50:09 +0000 (13:50 -0700)
dns/asyncresolver.py

index bee8cdd3cf7a49616d3cbccf049b1eef46dd5c15..0909860481c2ffea3ca24d7bd9e94d7c683e29be 100644 (file)
@@ -29,7 +29,7 @@ import dns.resolver
 from dns.resolver import NXDOMAIN, NoAnswer, NotAbsolute, NoRootSOA
 
 
-# for identation purposes below
+# for indentation purposes below
 _udp = dns.asyncquery.udp
 _tcp = dns.asyncquery.tcp