summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.