Skip to content

Commit 009e391

Browse files
Use a real em dash
1 parent c2c5a06 commit 009e391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/running_mypy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ to your mypy command to install all known missing stubs:
394394
mypy --install-types
395395
396396
This is slower than explicitly installing stubs, since it effectively
397-
runs mypy twice -- the first time to find the missing stubs, and
397+
runs mypy twice the first time to find the missing stubs, and
398398
the second time to type check your code properly after mypy has
399399
installed the stubs. It also can make controlling stub versions harder,
400400
resulting in less reproducible type checking — it might even install

0 commit comments

Comments
 (0)