We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9e657 commit 4961fe7Copy full SHA for 4961fe7
documentation/markup.rst
@@ -611,14 +611,13 @@ preceding paragraph and delimited by indentation.
611
612
Representing an interactive session requires including the prompts and output
613
along with the Python code. No special markup is required for interactive
614
-sessions. After the last line of input or output presented, there should not be
615
-an "unused" primary prompt; this is an example of what *not* to do:
+sessions. After the last line of input or output is presented, there should
+be no trailing prompt. An example of correct usage is:
616
617
.. code-block:: python
618
619
>>> 1 + 1
620
2
621
- >>>
622
623
Syntax highlighting is handled in a smart way:
624
0 commit comments