From: Georg Brandl Date: Sun, 20 Mar 2011 18:14:07 +0000 (+0000) Subject: tabs are verboten. X-Git-Tag: v3.3.0a1~2834 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2592f62a5a7dca59d91b313794c92f4cb592e654;p=thirdparty%2FPython%2Fcpython.git tabs are verboten. --- diff --git a/Doc/documenting/style.rst b/Doc/documenting/style.rst index d0557119fbff..9baab1278554 100644 --- a/Doc/documenting/style.rst +++ b/Doc/documenting/style.rst @@ -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.