]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Another docs typo fix.
authorBrian Wellington <bwelling@xbill.org>
Mon, 11 May 2020 21:07:39 +0000 (14:07 -0700)
committerBrian Wellington <bwelling@xbill.org>
Mon, 11 May 2020 21:07:39 +0000 (14:07 -0700)
doc/resolver-override.rst

index 271013f78ad43e76a8d97578dc6ab17f9ad6e554..00662bc5007dbbcbb7f615e6db62e7e315782bec 100644 (file)
@@ -5,7 +5,7 @@ Overriding the System Resolver
 
 Sometimes it can be useful to make all of Python use dnspython's resolver
 rather than the default functionality in the ``socket`` module.  Dnspython
-can redefine the entires in the socket module to point at its own code, and
+can redefine the methods in the socket module to point at its own code, and
 it can also restore them back to the regular Python defaults.
 
 .. autofunction:: dns.resolver.override_system_resolver