From 2592f62a5a7dca59d91b313794c92f4cb592e654 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 20 Mar 2011 18:14:07 +0000 Subject: tabs are verboten. --- Doc/documenting/style.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Doc/documenting/style.rst b/Doc/documenting/style.rst index d055711..9baab12 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. -- cgit v0.12