From 796068d06a0ab171d22f7be555c28dfad57db433 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 4 Nov 2022 11:04:52 +0000 Subject: [PATCH] running_mypy.rst: Fix typo (#14004) Introduced in #14003 --- docs/source/running_mypy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,