Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2592f62

Browse files
committed
tabs are verboten.
1 parent 7582385 commit 2592f62

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/documenting/style.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ document.
1414
Use of whitespace
1515
-----------------
1616

17-
All reST files use an indentation of 3 spaces. The maximum line length is 80
18-
characters for normal text, but tables, deeply indented code samples and long
19-
links may extend beyond that.
17+
All reST files use an indentation of 3 spaces; no tabs are allowed. The
18+
maximum line length is 80 characters for normal text, but tables, deeply
19+
indented code samples and long links may extend beyond that. Code example
20+
bodies should use normal Python 4-space indentation.
2021

2122
Make generous use of blank lines where applicable; they help grouping things
2223
together.

0 commit comments

Comments
 (0)