mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Address a few XXX comments, other fixes.
This commit is contained in:
parent
dcc56f8bf6
commit
81ac1ce56a
20 changed files with 43 additions and 124 deletions
|
@ -11,13 +11,6 @@ with a prompt are output from the interpreter. Note that a secondary prompt on a
|
|||
line by itself in an example means you must type a blank line; this is used to
|
||||
end a multi-line command.
|
||||
|
||||
.. %
|
||||
.. % \footnote{
|
||||
.. % I'd prefer to use different fonts to distinguish input
|
||||
.. % from output, but the amount of LaTeX hacking that would require
|
||||
.. % is currently beyond my ability.
|
||||
.. % }
|
||||
|
||||
Many of the examples in this manual, even those entered at the interactive
|
||||
prompt, include comments. Comments in Python start with the hash character,
|
||||
``'#'``, and extend to the end of the physical line. A comment may appear at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue