Skip to content

Commit 7995fce

Browse files
committed
update Table of Contents
1 parent efe0553 commit 7995fce

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Python 2.7 Quick Reference
1+
## Python Quick Reference
22

33
This is the [reference guide to Python](reference.py) that I **wish** had existed when I was learning the language.
44

@@ -17,17 +17,17 @@ This is **not** written as a full-fledged Python tutorial, though I ordered the
1717
- [Data Types](reference.py#L52)
1818
- [Math](reference.py#L84)
1919
- [Comparisons and Boolean Operations](reference.py#L102)
20-
- [Conditional Statements](reference.py#L118)
21-
- [Lists](reference.py#L147)
22-
- [Tuples](reference.py#223)
23-
- [Strings](reference.py#L258)
20+
- [Conditional Statements](reference.py#L121)
21+
- [Lists](reference.py#L150)
22+
- [Tuples](reference.py#224)
23+
- [Strings](reference.py#L259)
2424
- [Dictionaries](reference.py#L319)
25-
- [Sets](reference.py#L371)
26-
- [Defining Functions](reference.py#L408)
27-
- [Anonymous (Lambda) Functions](reference.py#L473)
28-
- [For Loops and While Loops](reference.py#L494)
25+
- [Sets](reference.py#L372)
26+
- [Defining Functions](reference.py#L409)
27+
- [Anonymous (Lambda) Functions](reference.py#L474)
28+
- [For Loops and While Loops](reference.py#L495)
2929
- [Comprehensions](reference.py#L540)
30-
- [Map, Reduce, Filter](reference.py#L594)
30+
- [Map and Filter](reference.py#L594)
3131

3232
### Other Python Resources
3333

0 commit comments

Comments
 (0)