From c83b5555f05ebcff450908684bbf793ca561bea2 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 15 Jul 2010 18:11:38 +0200 Subject: [PATCH] Improved styleguide docs --- docs/styleguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styleguide.rst b/docs/styleguide.rst index bb99a79a..1387d4a6 100644 --- a/docs/styleguide.rst +++ b/docs/styleguide.rst @@ -71,7 +71,7 @@ Expressions and Statements -------------------------- General whitespace rules: - - Whitespace is absend for unary operators that are not works + - No whitespace for unary operators that are not words (eg: ``-``, ``~`` etc.) as well on the inner side of parentheses. - Whitespace is placed between binary operators.