Corrected atter typo in style.

This commit is contained in:
Lee Trout
2012-03-25 13:28:53 -03:00
parent 7ad589a03c
commit e9339cca50
+1 -1
View File
@@ -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: