Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a213070 commit c4f575cCopy full SHA for c4f575c
1 file changed
codespell_lib/tests/test_basic.py
@@ -818,7 +818,7 @@ def _helper_test_case_handling_in_fixes(
818
def test_case_handling_in_fixes(
819
tmp_path: Path, capsys: pytest.CaptureFixture[str]
820
) -> None:
821
- """Test that the case of fixes is similar to the mispelled word."""
+ """Test that the case of fixes is similar to the misspelled word."""
822
_helper_test_case_handling_in_fixes(tmp_path, capsys, reason=False)
823
_helper_test_case_handling_in_fixes(tmp_path, capsys, reason=True)
824
0 commit comments