mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
minor typo in reading.rst
This commit is contained in:
@@ -9,7 +9,7 @@ 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 consise intent to the reader.
|
||||
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.
|
||||
@@ -41,4 +41,4 @@ these projects are paragons of excellent Python code.
|
||||
|
||||
.. todo:: Include code examples of exemplary code from each of the projects listed. Explain why it is excellent code. Use complex examples.
|
||||
|
||||
.. todo:: Explain techniques to rapidly identify data structures, algorithms and determine what the code is doing.
|
||||
.. todo:: Explain techniques to rapidly identify data structures, algorithms and determine what the code is doing.
|
||||
|
||||
Reference in New Issue
Block a user