From 18fc51467b477675e2e50635d32e3a3efb97698d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 16:48:40 -0400 Subject: [PATCH] Update reading.rst --- docs/writing/reading.rst | 2 ++ 1 file changed, 2 insertions(+) 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.