From e9339cca50639ba56a255ab746e44ea73c07d0d8 Mon Sep 17 00:00:00 2001 From: Lee Trout Date: Sun, 25 Mar 2012 13:28:53 -0300 Subject: [PATCH] Corrected atter typo in style. --- docs/writing/style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: