diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-06-21 13:40:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-06-21 13:40:02 (GMT) |
commit | 171be76bddce0988ac74e47f73f7631f0be90350 (patch) | |
tree | 456cb469c09d495c6f6fc3f4333a30995c4b8102 /Doc | |
parent | 975302dbbe540bca61b6c59f117ca486510b6d4a (diff) | |
download | cpython-171be76bddce0988ac74e47f73f7631f0be90350.zip cpython-171be76bddce0988ac74e47f73f7631f0be90350.tar.gz cpython-171be76bddce0988ac74e47f73f7631f0be90350.tar.bz2 |
Patch #755683: Document that there might be a maximum indentation limit.
Fixes #700827
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref2.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 036e57d..e0f1e49 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -185,7 +185,9 @@ first backslash determines the indentation. \strong{Cross-platform compatibility note:} because of the nature of text editors on non-UNIX platforms, it is unwise to use a mixture of -spaces and tabs for the indentation in a single source file. +spaces and tabs for the indentation in a single source file. It +should also be noted that different platforms may explicitly limit the +maximum indentation level. A formfeed character may be present at the start of the line; it will be ignored for the indentation calculations above. Formfeed |