Skip to content

Commit 99af52f

Browse files
authored
use shell-session instead of shell
1 parent 97088bc commit 99af52f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/using/unix.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,26 @@ In some cases, IDLE might not be included in your Python installation.
4444

4545
* For Debian and Ubuntu users:
4646

47-
.. code-block:: shell
47+
.. code-block:: shell-session
4848
4949
sudo apt update
5050
sudo apt install idle
5151
5252
* For Fedora, RHEL, and CentOS users:
5353

54-
.. code-block:: shell
54+
.. code-block:: shell-session
5555
5656
sudo dnf install python3-idle
5757
5858
* For SUSE and OpenSUSE users:
5959

60-
.. code-block:: shell
60+
.. code-block:: shell-session
6161
6262
sudo zypper in python3-idle
6363
6464
* For Alpine Linux users:
6565

66-
.. code-block:: shell
66+
.. code-block:: shell-session
6767
6868
sudo apk add python3-idle
6969

0 commit comments

Comments
 (0)