Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit e7f23a9

Browse files
author
kuyan
committed
Revised code-block types
1 parent 1bb07d4 commit e7f23a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro/documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ It allows you to quickly retrieve and search for documentation from your
2828
shell. For example, if you needed a quick refresher on the
2929
:mod:`time` module, pulling up documentation would be as simple as
3030

31-
.. code-block:: bash
31+
.. code-block:: console
3232
3333
$ pydoc time
3434
3535
The above command is essentially equivalent to opening the Python REPL
3636
and running
3737

38-
.. code-block:: python
38+
.. code-block:: pycon
3939
4040
>>> help(time)

0 commit comments

Comments
 (0)