summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2021-08-17 16:13:36 +0800
committerGitHub <noreply@github.com>2021-08-17 16:13:36 +0800
commit4aa55e6c7542a9d977eeae27bf841d978218481f (patch)
treeb2d608e58a8553b6b878a52ca5ff823e1c159616
parent2691834df42aab74914883fdf26109aeb62ec647 (diff)
downloaddnspython-4aa55e6c7542a9d977eeae27bf841d978218481f.tar.gz
Correct a typo in dns/asyncbackend.py
-rw-r--r--dns/asyncbackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/asyncbackend.py b/dns/asyncbackend.py
index e6a42ce..089d3d3 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.