Skip to content

Commit 267c06d

Browse files
authored
Docs: fix shell command formatting (#131310)
replace "zypper in" with "zypper install" to avoid incorrect highlighting
1 parent b754aee commit 267c06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/unix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In some cases, IDLE might not be included in your Python installation.
5353

5454
* For SUSE and OpenSUSE users::
5555

56-
sudo zypper in python3-idle
56+
sudo zypper install python3-idle
5757

5858
* For Alpine Linux users::
5959

0 commit comments

Comments
 (0)