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 d17a3ae commit e8c0475Copy full SHA for e8c0475
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