From: Brian Wellington Date: Mon, 11 May 2020 21:07:39 +0000 (-0700) Subject: Another docs typo fix. X-Git-Tag: v2.0.0rc1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26642eb9e77e4c44ee6852016ec14d7d748db8fc;p=thirdparty%2Fdnspython.git Another docs typo fix. --- diff --git a/doc/resolver-override.rst b/doc/resolver-override.rst index 271013f7..00662bc5 100644 --- a/doc/resolver-override.rst +++ b/doc/resolver-override.rst @@ -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