Skip to content

Commit

Permalink
running_mypy.rst: Fix typo (#14004)
Browse files Browse the repository at this point in the history
Introduced in #14003
  • Loading branch information
AlexWaygood committed Nov 4, 2022
1 parent 428b172 commit 796068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/running_mypy.rst
Expand Up @@ -334,7 +334,7 @@ to your mypy command to install all known missing stubs:
mypy --install-types
This is slower than explicitly installing stubs, since if effectively
This is slower than explicitly installing stubs, since it effectively
runs mypy twice -- the first time to find the missing stubs, and
the second time to type check your code properly after mypy has
installed the stubs. It also can make controlling stub versions harder,
Expand Down

0 comments on commit 796068d

Please sign in to comment.