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 802b947 commit 6a43e73Copy full SHA for 6a43e73
docs/source/stubtest.rst
@@ -85,7 +85,7 @@ Usage
85
Running stubtest can be as simple as ``stubtest module_to_check``.
86
Run :option:`stubtest --help` for a quick summary of options.
87
88
-Subtest must be able to import the code to be checked, so make sure that mypy
+Stubtest must be able to import the code to be checked, so make sure that mypy
89
is installed in the same environment as the library to be tested. In some
90
cases, setting ``PYTHONPATH`` can help stubtest find the code to import.
91
0 commit comments