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 1bb07d4 commit e7f23a9Copy full SHA for e7f23a9
docs/intro/documentation.rst
@@ -28,13 +28,13 @@ It allows you to quickly retrieve and search for documentation from your
28
shell. For example, if you needed a quick refresher on the
29
:mod:`time` module, pulling up documentation would be as simple as
30
31
- .. code-block:: bash
+ .. code-block:: console
32
33
$ pydoc time
34
35
The above command is essentially equivalent to opening the Python REPL
36
and running
37
38
- .. code-block:: python
+ .. code-block:: pycon
39
40
>>> help(time)
0 commit comments