mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
Patch #755683: Document that there might be a maximum indentation limit.
Fixes #700827
This commit is contained in:
parent
975302dbbe
commit
171be76bdd
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue