Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7582385 commit 2592f62Copy full SHA for 2592f62
1 file changed
Doc/documenting/style.rst
@@ -14,9 +14,10 @@ document.
14
Use of whitespace
15
-----------------
16
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.
+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
20
+bodies should use normal Python 4-space indentation.
21
22
Make generous use of blank lines where applicable; they help grouping things
23
together.
0 commit comments