Skip to content

Commit 2b704df

Browse files
triqpTripp Horbinski
and
Tripp Horbinski
authored
Update mypy daemon docs (#9337)
Co-authored-by: Tripp Horbinski <[email protected]>
1 parent 60e484c commit 2b704df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/mypy_daemon.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ you'll find errors sooner.
2121

2222
.. note::
2323

24-
The command-line of interface of mypy daemon may change in future mypy
24+
The command-line interface of mypy daemon may change in future mypy
2525
releases.
2626

2727
.. note::
@@ -35,7 +35,7 @@ Basic usage
3535
***********
3636

3737
The client utility ``dmypy`` is used to control the mypy daemon.
38-
Use ``dmypy run -- <flags> <files>`` to typecheck a set of files
38+
Use ``dmypy run -- <flags> <files>`` to type check a set of files
3939
(or directories). This will launch the daemon if it is not running.
4040
You can use almost arbitrary mypy flags after ``--``. The daemon
4141
will always run on the current host. Example::
@@ -175,7 +175,7 @@ In this example, the function ``format_id()`` has no annotation:
175175
176176
root = format_id(0)
177177
178-
``dymypy suggest`` uses call sites, return statements, and other heuristics (such as
178+
``dmypy suggest`` uses call sites, return statements, and other heuristics (such as
179179
looking for signatures in base classes) to infer that ``format_id()`` accepts
180180
an ``int`` argument and returns a ``str``. Use ``dmypy suggest module.format_id`` to
181181
print the suggested signature for the function.

0 commit comments

Comments
 (0)