]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Correct a typo in dns/asyncbackend.py 678/head
authorFelix Yan <felixonmars@archlinux.org>
Tue, 17 Aug 2021 08:13:36 +0000 (16:13 +0800)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 08:13:36 +0000 (16:13 +0800)
dns/asyncbackend.py

index e6a42ce05c519560c3eeccd197e31001f4c66819..089d3d35027266eba106fe1f6a0ff5fc7c5c7f55 100644 (file)
@@ -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.