Browse Source

Readme image fix

pull/1/head
Jure Šorn 6 years ago
parent
commit
ca28b5e903
1 changed files with 3 additions and 3 deletions
  1. 6
      README.md

6
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**

Loading…
Cancel
Save