Skip to content

Commit

Permalink
NotImplementError -> NotImplementedError
Browse files Browse the repository at this point in the history
  • Loading branch information
bwelling committed Dec 7, 2023
1 parent 186922d commit 61d2450
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 @@ -32,7 +32,7 @@ def get_backend(name: str) -> Backend:
*name*, a ``str``, the name of the backend. Currently the "trio"
and "asyncio" backends are available.
Raises NotImplementError if an unknown backend name is specified.
Raises NotImplementedError if an unknown backend name is specified.
"""
# pylint: disable=import-outside-toplevel,redefined-outer-name
backend = _backends.get(name)
Expand Down

0 comments on commit 61d2450

Please sign in to comment.