Skip to content

Commit a172958

Browse files
committed
Fixed spelling.
1 parent a3aed05 commit a172958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_argparse_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,4 +763,4 @@ def test_colorless_theme_monkeypatch() -> None:
763763

764764
# Our patch raises an Attribute error for dunder attributes.
765765
with pytest.raises(AttributeError):
766-
getattr(argparse._ColorlessTheme(), "__deep_copy__") # noqa: B009
766+
getattr(argparse._ColorlessTheme(), "__deepcopy__") # noqa: B009

0 commit comments

Comments
 (0)