Skip to content

Commit fcb3735

Browse files
felixonmarsfantix
authored andcommitted
Correct a typo in test_sourcecode.py
1 parent f691212 commit fcb3735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_sourcecode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_flake8(self):
1919
try:
2020
import flake8 # NoQA
2121
except ImportError:
22-
raise unittest.SkipTest('flake8 moudule is missing')
22+
raise unittest.SkipTest('flake8 module is missing')
2323

2424
for subdir in ['examples', 'uvloop', 'tests']:
2525
try:

0 commit comments

Comments
 (0)