From 3544634acd1a3ae31bdae30bd0aa8106db707647 Mon Sep 17 00:00:00 2001 From: Aeternam Date: Thu, 19 Apr 2012 14:21:43 +0800 Subject: [PATCH] the misspelling --- 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 dbe4d9b70..01d1ef623 100644 --- a/docs/writing/style.rst +++ b/docs/writing/style.rst @@ -168,7 +168,7 @@ list of what is considered false. if not attr: print 'attr is falsey!' - # or, since None is considered false, explicity check for it + # or, since None is considered false, explicitely check for it if attr is None: print 'attr is None!'