summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-05-11 14:07:39 -0700
committerBrian Wellington <bwelling@xbill.org>2020-05-11 14:07:39 -0700
commit26642eb9e77e4c44ee6852016ec14d7d748db8fc (patch)
tree7fe4ce6cd316c6e7b24e48cb73b708da3f2f95bb
parent5b2234c2f60a33624b16ff118295dd680e39d3b9 (diff)
downloaddnspython-26642eb9e77e4c44ee6852016ec14d7d748db8fc.tar.gz
Another docs typo fix.
-rw-r--r--doc/resolver-override.rst2
1 files changed, 1 insertions, 1 deletions
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