Add note about how Control-L gets displayed. Fix whitespace.

This commit is contained in:
Raymond Hettinger 2011-02-09 06:50:14 +00:00
parent 3c6691491d
commit bbc55dbeb2
1 changed files with 7 additions and 5 deletions

View File

@ -120,7 +120,9 @@ Code lay-out
Python accepts the control-L (i.e. ^L) form feed character as whitespace; Python accepts the control-L (i.e. ^L) form feed character as whitespace;
Many tools treat these characters as page separators, so you may use them Many tools treat these characters as page separators, so you may use them
to separate pages of related sections of your file. to separate pages of related sections of your file. Note, some editors
and web-based code viewers may not recognize control-L as a form feed
and will show another glyph in its place.
Encodings (PEP 263) Encodings (PEP 263)