Skip to content

Commit

Permalink
Correct a typo in test_sourcecode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and fantix committed Feb 5, 2021
1 parent f691212 commit fcb3735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sourcecode.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_flake8(self):
try:
import flake8 # NoQA
except ImportError:
raise unittest.SkipTest('flake8 moudule is missing')
raise unittest.SkipTest('flake8 module is missing')

for subdir in ['examples', 'uvloop', 'tests']:
try:
Expand Down

0 comments on commit fcb3735

Please sign in to comment.