Improved styleguide docs

This commit is contained in:
Armin Ronacher 2010-07-15 18:11:38 +02:00
parent 1202996c63
commit c83b5555f0
1 changed files with 1 additions and 1 deletions

View File

@ -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.