diff --git a/docs/writing/reading.rst b/docs/writing/reading.rst index 9734225..0b6486d 100644 --- a/docs/writing/reading.rst +++ b/docs/writing/reading.rst @@ -1,6 +1,8 @@ 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 readable code. The motivation behind this design is simple: The number one thing that Python programmers do is read code.