Update reading.rst

This commit is contained in:
2017-09-04 16:48:40 -04:00
committed by GitHub
parent 7fefdb03dd
commit 18fc51467b
+2
View File
@@ -1,6 +1,8 @@
Reading Great Code Reading Great Code
================== ==================
.. image:: https://farm5.staticflickr.com/4221/34689452831_93d7fd0571_k_d.jpg
One of the core tenets behind the design of Python is creating One of the core tenets behind the design of Python is creating
readable code. The motivation behind this design is simple: The number readable code. The motivation behind this design is simple: The number
one thing that Python programmers do is read code. one thing that Python programmers do is read code.