We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a6e4c commit 26a2bfeCopy full SHA for 26a2bfe
tests/test_codespell.py
@@ -22,7 +22,7 @@ def test_codespell():
22
23
if platform.system() == 'Windows':
24
# Git commands seem to fail on Github Windows runners.
25
- print(f'test_codespell(): Not running on Widows')
+ print(f'test_codespell(): Not running on Windows')
26
return
27
28
root = os.path.abspath(f'{__file__}/../..')
0 commit comments