From 56ddd1eae614350f6a119eb96b7a15db98a0e8dc Mon Sep 17 00:00:00 2001 From: Dhruva Kumar Date: Wed, 3 Jun 2026 22:11:27 +0530 Subject: [PATCH] Fix: improved clarity and grammar in documentation --- docs/writing/reading.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/writing/reading.rst b/docs/writing/reading.rst index 1e03a4def..4175c6b3f 100644 --- a/docs/writing/reading.rst +++ b/docs/writing/reading.rst @@ -7,14 +7,14 @@ Reading Great Code .. image:: /_static/photos/34689452831_93d7fd0571_k_d.jpg One of the secrets of becoming a great Python programmer is to read, -understand, and comprehend excellent code. +and understand excellent code. Excellent code typically follows the guidelines outlined in :ref:`code_style`, and does its best to express a clear and concise intent to the reader. Included below is a list of recommended Python projects for -reading. Each one of these projects is a paragon of Python coding. +reading. Each of these projects is a paragon of Python coding. - `Howdoi `_ Howdoi is a code search tool, written in Python.