From ca28b5e903966558a3a088edb45991a6c7e6c8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 25 Mar 2018 16:18:55 +0200 Subject: [PATCH] Readme image fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d47dc57..3399cbe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Comprehensive Python Cheatsheet =============================== -![Monty Python](web/image_720.jpg) +![Monty Python](web/image_720.jpeg) Main ---- @@ -546,12 +546,12 @@ islice([1, 2, 3], 1, None) ``` ### Ifilter, imap and izip -**Filter, map and zip functions that return generators instead of iterators.** +#### Filter, map and zip functions that return generators instead of iterators. Introspection and Metaprograming -------------------------------- -#### Inspecting code at runtime and code that generates code. You can: +**Inspecting code at runtime and code that generates code. You can:** * **Look at the attributes** * **Set new attributes** * **Create functions dynamically**