From 9f5bf3078fad51fa7a20a10e281f15c989415442 Mon Sep 17 00:00:00 2001 From: barisumog Date: Fri, 1 Mar 2013 10:59:01 +0200 Subject: [PATCH] minor typo in reading.rst --- docs/writing/reading.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.