diff --git a/docs/writing/reading.rst b/docs/writing/reading.rst index 4ab1ddb..8d1e816 100644 --- a/docs/writing/reading.rst +++ b/docs/writing/reading.rst @@ -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. \ No newline at end of file +.. todo:: Explain techniques to rapidly identify data structures, algorithms and determine what the code is doing.