From: Felix Yan Date: Tue, 17 Aug 2021 08:13:36 +0000 (+0800) Subject: Correct a typo in dns/asyncbackend.py X-Git-Tag: v2.2.0rc1~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa55e6c7542a9d977eeae27bf841d978218481f;p=thirdparty%2Fdnspython.git Correct a typo in dns/asyncbackend.py --- diff --git a/dns/asyncbackend.py b/dns/asyncbackend.py index e6a42ce0..089d3d35 100644 --- a/dns/asyncbackend.py +++ b/dns/asyncbackend.py @@ -21,7 +21,7 @@ class AsyncLibraryNotFoundError(dns.exception.DNSException): def get_backend(name): - """Get the specified asychronous backend. + """Get the specified asynchronous backend. *name*, a ``str``, the name of the backend. Currently the "trio", "curio", and "asyncio" backends are available.