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 f691212 commit fcb3735Copy full SHA for fcb3735
tests/test_sourcecode.py
@@ -19,7 +19,7 @@ def test_flake8(self):
19
try:
20
import flake8 # NoQA
21
except ImportError:
22
- raise unittest.SkipTest('flake8 moudule is missing')
+ raise unittest.SkipTest('flake8 module is missing')
23
24
for subdir in ['examples', 'uvloop', 'tests']:
25
0 commit comments