File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ one thing that Python programmers do is read code.
88One of the secrets of becoming a great Python programmer is to read,
99understand, 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.
You can’t perform that action at this time.
0 commit comments