Skip to content

Commit 77a5cbb

Browse files
There is no need to use real em dashes. The rest of the documents do not.
1 parent d8915a2 commit 77a5cbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/running_mypy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@ 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,
400-
resulting in less reproducible type checking it might even install
400+
resulting in less reproducible type checking -- it might even install
401401
incompatible versions of your project's non-type dependencies, if the
402402
type stubs require them!
403403

0 commit comments

Comments
 (0)