Skip to content

Commit 6a43e73

Browse files
authored
Fix typo in stubtest docs (#14947)
1 parent 802b947 commit 6a43e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/stubtest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Usage
8585
Running stubtest can be as simple as ``stubtest module_to_check``.
8686
Run :option:`stubtest --help` for a quick summary of options.
8787

88-
Subtest must be able to import the code to be checked, so make sure that mypy
88+
Stubtest must be able to import the code to be checked, so make sure that mypy
8989
is installed in the same environment as the library to be tested. In some
9090
cases, setting ``PYTHONPATH`` can help stubtest find the code to import.
9191

0 commit comments

Comments
 (0)