File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,14 +210,14 @@ Some basic usages which make ``mypy`` error on untyped data are::
210210``pyright `` type verification
211211-----------------------------
212212
213- pyright has a special command line flag, ``--verifytypes ``, for verifying
213+ `` pyright `` has a special command- line flag, ``--verifytypes ``, for verifying
214214type completeness. You can learn more about it from
215215`the pyright documentation on verifying type completeness
216216<https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#verifying-type-completeness> `_.
217217
218218``mypy `` reports
219219----------------
220220
221- ``mypy `` offers several options options for generating reports on its analysis.
221+ ``mypy `` offers several options for generating reports on its analysis.
222222See `the mypy documentation on report generation
223223<https://mypy.readthedocs.io/en/stable/command_line.html#report-generation> `_ for details.
You can’t perform that action at this time.
0 commit comments