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 d19bdbb commit 24a0bd8Copy full SHA for 24a0bd8
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