Skip to content

Commit e8c0475

Browse files
committed
tests/test_codespell.py: Fix codespell typo.
1 parent d17a3ae commit e8c0475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_codespell():
2222

2323
if platform.system() == 'Windows':
2424
# Git commands seem to fail on Github Windows runners.
25-
print(f'test_codespell(): Not running on Widows')
25+
print(f'test_codespell(): Not running on Windows')
2626
return
2727

2828
root = os.path.abspath(f'{__file__}/../..')

0 commit comments

Comments
 (0)