Skip to content

Commit 158182a

Browse files
committed
remove x from 2.7 and remove coming soon section
1 parent bd00575 commit 158182a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## Python 2.7x Quick Reference
1+
## Python 2.7 Quick Reference

reference.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Python 2.7x Quick Reference
2+
Python 2.7 Quick Reference
33
https://github.com/justmarkham/python-reference
44
55
By Kevin Markham (kevin@dataschool.io)
@@ -21,14 +21,6 @@
2121
For Loops and While Loops
2222
Comprehensions
2323
Map, Reduce, Filter
24-
25-
Future additions:
26-
Zip
27-
Try/Except
28-
*args
29-
Assertions
30-
Reading/writing files
31-
And more...
3224
'''
3325

3426

0 commit comments

Comments
 (0)