Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codespell_lib/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ def _helper_test_case_handling_in_fixes(
def test_case_handling_in_fixes(
tmp_path: Path, capsys: pytest.CaptureFixture[str]
) -> None:
"""Test that the case of fixes is similar to the mispelled word."""
"""Test that the case of fixes is similar to the misspelled word."""
_helper_test_case_handling_in_fixes(tmp_path, capsys, reason=False)
_helper_test_case_handling_in_fixes(tmp_path, capsys, reason=True)

Expand Down