Skip to content

Commit e9339cc

Browse files
committed
Corrected atter typo in style.
1 parent 7ad589a commit e9339cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/style.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ list of what is considered false.
162162
163163
# Just check the value
164164
if attr:
165-
print 'atter is truthy!'
165+
print 'attr is truthy!'
166166
167167
# or check for the opposite
168168
if not attr:

0 commit comments

Comments
 (0)