Skip to content

Commit

Permalink
Correct a typo in dns/asyncbackend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Aug 17, 2021
1 parent 2691834 commit 4aa55e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/asyncbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4aa55e6

Please sign in to comment.