Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 796068d

Browse files
authored
running_mypy.rst: Fix typo (#14004)
Introduced in #14003
1 parent 428b172 commit 796068d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/running_mypy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ to your mypy command to install all known missing stubs:
334334
335335
mypy --install-types
336336
337-
This is slower than explicitly installing stubs, since if effectively
337+
This is slower than explicitly installing stubs, since it effectively
338338
runs mypy twice -- the first time to find the missing stubs, and
339339
the second time to type check your code properly after mypy has
340340
installed the stubs. It also can make controlling stub versions harder,

0 commit comments

Comments
 (0)