Skip to content

Commit 977b5fd

Browse files
committed
Merge pull request #435 from Hasimir/paragon-of-python
Grammar fixed as indicated in issue #429. Fixes #429
2 parents 4249ca3 + 5ec720a commit 977b5fd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/writing/reading.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ one thing that Python programmers do is read code.
88
One of the secrets of becoming a great Python programmer is to read,
99
understand, and comprehend excellent code.
1010

11-
Excellent code typically follows the guidelines outlined in :ref:`code_style`,
12-
and does its best to express a clear and concise intent to the reader.
11+
Excellent code typically follows the guidelines outlined in
12+
:ref:`code_style`, and does its best to express a clear and concise
13+
intent to the reader.
1314

14-
Included below is a list of recommended Python projects for reading. Each of
15-
these projects are paragons of excellent Python code.
15+
Included below is a list of recommended Python projects for
16+
reading. Each one of these projects is a paragon of Python coding.
1617

1718
- `Howdoi <https://github.com/gleitz/howdoi>`_
1819
Howdoi is a code search tool, written in Python.

0 commit comments

Comments
 (0)