mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Patch by Julien Palard.
This commit is contained in:
parent
87ec85f420
commit
1050d2d0c7
47 changed files with 329 additions and 128 deletions
|
@ -94,7 +94,9 @@ mode*. In this mode it prompts for the next command with the *primary prompt*,
|
|||
usually three greater-than signs (``>>>``); for continuation lines it prompts
|
||||
with the *secondary prompt*, by default three dots (``...``). The interpreter
|
||||
prints a welcome message stating its version number and a copyright notice
|
||||
before printing the first prompt::
|
||||
before printing the first prompt:
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
$ python3.5
|
||||
Python 3.5 (default, Sep 16 2015, 09:25:04)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue