mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Corrected atter typo in style.
This commit is contained in:
@@ -162,7 +162,7 @@ list of what is considered false.
|
||||
|
||||
# Just check the value
|
||||
if attr:
|
||||
print 'atter is truthy!'
|
||||
print 'attr is truthy!'
|
||||
|
||||
# or check for the opposite
|
||||
if not attr:
|
||||
|
||||
Reference in New Issue
Block a user