Skip to content

Commit

Permalink
[autofix] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Apr 4, 2024
1 parent 7dd092a commit 5f17d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion click_extra/tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_level_default_order():

def test_root_logger_defaults():
"""Check our internal default is aligned to Python's root logger."""
# Check the root logger is the default logger, ans that getLogger is
# Check the root logger is the default logger, and that getLogger is
# properly patched on Python 3.8.
assert logging.getLogger() is logging.getLogger("root")
assert logging.getLogger() is logging.root
Expand Down

0 comments on commit 5f17d96

Please sign in to comment.