Skip to content

Commit 6046dd5

Browse files
committed
docs: fix typo and grammar issues in quality guide
1 parent c0cc0ab commit 6046dd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/quality.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
214214
type 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.
222222
See `the mypy documentation on report generation
223223
<https://mypy.readthedocs.io/en/stable/command_line.html#report-generation>`_ for details.

0 commit comments

Comments
 (0)