Skip to content

Commit 9f5bf30

Browse files
committed
minor typo in reading.rst
1 parent 528a915 commit 9f5bf30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/writing/reading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ One of the secrets of becoming a great Python programmer is to read,
99
understand, and comprehend excellent code.
1010

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

1414
Included below is a list of recommended Python projects for reading. Each of
1515
these projects are paragons of excellent Python code.
@@ -41,4 +41,4 @@ these projects are paragons of excellent Python code.
4141

4242
.. todo:: Include code examples of exemplary code from each of the projects listed. Explain why it is excellent code. Use complex examples.
4343

44-
.. todo:: Explain techniques to rapidly identify data structures, algorithms and determine what the code is doing.
44+
.. todo:: Explain techniques to rapidly identify data structures, algorithms and determine what the code is doing.

0 commit comments

Comments
 (0)