mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105)
This commit is contained in:
parent
a53456e587
commit
5a14f71fe8
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@ 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.
|
||||
|
||||
.. only:: html
|
||||
|
||||
You can toggle the display of prompts and output by clicking on ``>>>``
|
||||
in the upper-right corner of an example box. If you hide the prompts
|
||||
and output for an example, then you can easily copy and paste the input
|
||||
lines into your interpreter.
|
||||
|
||||
.. index:: single: # (hash); comment
|
||||
|
||||
Many of the examples in this manual, even those entered at the interactive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue