From 5ec720a1329706fa8bdc4b37357b049d58a6f3c6 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 18 May 2014 07:22:37 +1000 Subject: [PATCH] Grammar fixed as indicated in issue #429. --- docs/writing/reading.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/writing/reading.rst b/docs/writing/reading.rst index e53b30c87..738d851d0 100644 --- a/docs/writing/reading.rst +++ b/docs/writing/reading.rst @@ -8,11 +8,12 @@ one thing that Python programmers do is read code. One of the secrets of becoming a great Python programmer is to read, understand, and comprehend 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. +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 of -these projects are paragons of excellent Python code. +Included below is a list of recommended Python projects for +reading. Each one of these projects is a paragon of Python coding. - `Howdoi `_ Howdoi is a code search tool, written in Python.