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 428b172 commit 796068dCopy full SHA for 796068d
docs/source/running_mypy.rst
@@ -334,7 +334,7 @@ to your mypy command to install all known missing stubs:
334
335
mypy --install-types
336
337
-This is slower than explicitly installing stubs, since if effectively
+This is slower than explicitly installing stubs, since it effectively
338
runs mypy twice -- the first time to find the missing stubs, and
339
the second time to type check your code properly after mypy has
340
installed the stubs. It also can make controlling stub versions harder,
0 commit comments