File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ One of the secrets of becoming a great Python programmer is to read,
99understand, and comprehend excellent code.
1010
1111Excellent 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
1414Included below is a list of recommended Python projects for reading. Each of
1515these 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.
You can’t perform that action at this time.
0 commit comments