summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-08-17 12:06:51 -0700
committerGitHub <noreply@github.com>2021-08-17 12:06:51 -0700
commite863a2cb6837b8c0339f1dba803230d1c093d798 (patch)
treeb2d608e58a8553b6b878a52ca5ff823e1c159616
parent2691834df42aab74914883fdf26109aeb62ec647 (diff)
parent4aa55e6c7542a9d977eeae27bf841d978218481f (diff)
downloaddnspython-e863a2cb6837b8c0339f1dba803230d1c093d798.tar.gz
Merge pull request #678 from felixonmars/patch-1
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.