Merge pull request #1963 from aayushranaut/master

Removed confusing comments
This commit is contained in:
Adam Bard 2015-12-05 13:20:50 +07:00
commit 69acce34c1

View File

@ -124,7 +124,7 @@ not False # => True
"This is a string"[0] # => 'T'
#String formatting with %
#Even though the % string operator will be deprecated on Python 3.1 and removed
#Even though the % string operator will be deprecated on Python 3.1 and removed
#later at some time, it may still be good to know how it works.
x = 'apple'
y = 'lemon'