We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad589a commit e9339ccCopy full SHA for e9339cc
1 file changed
docs/writing/style.rst
@@ -162,7 +162,7 @@ list of what is considered false.
162
163
# Just check the value
164
if attr:
165
- print 'atter is truthy!'
+ print 'attr is truthy!'
166
167
# or check for the opposite
168
if not attr:
0 commit comments