From 71b2afae2391707df8ac0c15662ab7b18f23d4fe Mon Sep 17 00:00:00 2001 From: Marc Poulin Date: Mon, 24 Sep 2018 14:29:11 -0600 Subject: [PATCH] Deleted first paragraph The subject of this section is finding examples of excellent code, not "readability matters". --- docs/writing/reading.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/writing/reading.rst b/docs/writing/reading.rst index f06876d..1a8aff8 100644 --- a/docs/writing/reading.rst +++ b/docs/writing/reading.rst @@ -3,10 +3,6 @@ Reading Great Code .. image:: /_static/photos/34689452831_93d7fd0571_k_d.jpg -One of the core tenets behind the design of Python is creating -readable code. The motivation behind this design is simple: The number -one thing that Python programmers do is read code. - One of the secrets of becoming a great Python programmer is to read, understand, and comprehend excellent code.