summaryrefslogtreecommitdiff
path: root/doc/async-backend.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/async-backend.rst')
-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