]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
tabs are verboten.
authorGeorg Brandl <georg@python.org>
Sun, 20 Mar 2011 18:14:07 +0000 (18:14 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Mar 2011 18:14:07 +0000 (18:14 +0000)
Doc/documenting/style.rst

index d0557119fbff2a034d6aeef9df434c8bbee3337b..9baab1278554dd3cfba0ee5674e5cb595735037c 100644 (file)
@@ -14,9 +14,10 @@ document.
 Use of whitespace
 -----------------
 
-All reST files use an indentation of 3 spaces.  The maximum line length is 80
-characters for normal text, but tables, deeply indented code samples and long
-links may extend beyond that.
+All reST files use an indentation of 3 spaces; no tabs are allowed.  The
+maximum line length is 80 characters for normal text, but tables, deeply
+indented code samples and long links may extend beyond that.  Code example
+bodies should use normal Python 4-space indentation.
 
 Make generous use of blank lines where applicable; they help grouping things
 together.