From 4aa55e6c7542a9d977eeae27bf841d978218481f Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 17 Aug 2021 16:13:36 +0800 Subject: [PATCH] Correct a typo in dns/asyncbackend.py --- dns/asyncbackend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3