From 62e047405d55a0408f890b905afb5ce083cfce88 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 16:44:59 -0400 Subject: [PATCH] Update gotchas.rst --- docs/writing/gotchas.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/writing/gotchas.rst b/docs/writing/gotchas.rst index 4a28085..7d4cd6f 100644 --- a/docs/writing/gotchas.rst +++ b/docs/writing/gotchas.rst @@ -1,6 +1,8 @@ Common Gotchas ============== +.. image:: https://farm5.staticflickr.com/4163/34435688380_b5a740762b_k_d.jpg + For the most part, Python aims to be a clean and consistent language that avoids surprises. However, there are a few cases that can be confusing to newcomers.