Skip to content

Commit

Permalink
Fix typo in stubtest docs (#14947)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Mar 25, 2023
1 parent 802b947 commit 6a43e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/stubtest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Usage
Running stubtest can be as simple as ``stubtest module_to_check``.
Run :option:`stubtest --help` for a quick summary of options.

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
is installed in the same environment as the library to be tested. In some
cases, setting ``PYTHONPATH`` can help stubtest find the code to import.

Expand Down

0 comments on commit 6a43e73

Please sign in to comment.