diff --git a/docs/source/running_mypy.rst b/docs/source/running_mypy.rst index 264cec59749e..3deaf26023fc 100644 --- a/docs/source/running_mypy.rst +++ b/docs/source/running_mypy.rst @@ -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,