diff --git a/docs/writing/style.rst b/docs/writing/style.rst index c35ad49..6ca8f22 100644 --- a/docs/writing/style.rst +++ b/docs/writing/style.rst @@ -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: