Add note about how Control-L gets displayed. Fix whitespace.
This commit is contained in:
parent
3c6691491d
commit
bbc55dbeb2
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue