minor typo in reading.rst

This commit is contained in:
barisumog
2013-03-01 10:59:01 +02:00
parent 528a915e08
commit 9f5bf3078f
+2 -2
View File
@@ -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.