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 1008694 commit 033d52dCopy full SHA for 033d52d
tests/test_sourcecode.py
@@ -43,7 +43,7 @@ def test_mypy(self):
43
try:
44
import mypy # NoQA
45
except ImportError:
46
- raise unittest.SkipTest('mypy moudule is missing')
+ raise unittest.SkipTest('mypy module is missing')
47
48
49
subprocess.run(
0 commit comments