From 26642eb9e77e4c44ee6852016ec14d7d748db8fc Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 11 May 2020 14:07:39 -0700 Subject: Another docs typo fix. --- doc/resolver-override.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/resolver-override.rst b/doc/resolver-override.rst index 271013f..00662bc 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 -- cgit v1.2.1