summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-12 13:48:16 -0700
committerBob Halley <halley@dnspython.org>2020-06-12 13:48:16 -0700
commitc26964b1d880b7b42130d3441c75d116996debc2 (patch)
tree63fec4cbb419f64c21ee9fd9e246cb05ca777328
parent67b79edc151002064b94b858862f9044fcde0f70 (diff)
downloaddnspython-c26964b1d880b7b42130d3441c75d116996debc2.tar.gz
doco update
-rw-r--r--doc/async-backend.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/async-backend.rst b/doc/async-backend.rst
index ad3de00..5d6d5a2 100644
--- a/doc/async-backend.rst
+++ b/doc/async-backend.rst
@@ -9,8 +9,8 @@ the library-specific functionality needed by the generic asynchronous
DNS code.
Dnspython attempts to determine which backend is in use by "sniffing" for it
-with the ``sniffio`` module if it is installed, otherwise it assumes asyncio
-is in use.
+with the ``sniffio`` module if it is installed. If sniffio is not available,
+dnspython try to detect asyncio directly.
.. autofunction:: dns.asyncbackend.get_default_backend
.. autofunction:: dns.asyncbackend.set_default_backend