]> granicus.if.org Git - python/commitdiff
Patch #755683: Document that there might be a maximum indentation limit.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 21 Jun 2003 13:40:02 +0000 (13:40 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 21 Jun 2003 13:40:02 +0000 (13:40 +0000)
Fixes #700827

Doc/ref/ref2.tex

index 036e57d4a2a96adf14a23f5c279a0c506ac1c28d..e0f1e49dfe8bd997132e6f91923b7115e85acf7b 100644 (file)
@@ -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