From: Bob Halley Date: Fri, 12 Jun 2020 20:48:16 +0000 (-0700) Subject: doco update X-Git-Tag: v2.0.0rc1~112^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26964b1d880b7b42130d3441c75d116996debc2;p=thirdparty%2Fdnspython.git doco update --- diff --git a/doc/async-backend.rst b/doc/async-backend.rst index ad3de008..5d6d5a2b 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