From 6046dd56b3f3e16d6bae95d7c09e8d121f08915b Mon Sep 17 00:00:00 2001 From: Bhuvansh855 Date: Sat, 16 May 2026 09:38:49 +0530 Subject: [PATCH] docs: fix typo and grammar issues in quality guide --- docs/reference/quality.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/quality.rst b/docs/reference/quality.rst index 12b665363..a317b3b15 100644 --- a/docs/reference/quality.rst +++ b/docs/reference/quality.rst @@ -210,7 +210,7 @@ Some basic usages which make ``mypy`` error on untyped data are:: ``pyright`` type verification ----------------------------- -pyright has a special command line flag, ``--verifytypes``, for verifying +``pyright`` has a special command-line flag, ``--verifytypes``, for verifying type completeness. You can learn more about it from `the pyright documentation on verifying type completeness `_. @@ -218,6 +218,6 @@ type completeness. You can learn more about it from ``mypy`` reports ---------------- -``mypy`` offers several options options for generating reports on its analysis. +``mypy`` offers several options for generating reports on its analysis. See `the mypy documentation on report generation `_ for details.