mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Docs: fix shell command formatting (#131310)
replace "zypper in" with "zypper install" to avoid incorrect highlighting
This commit is contained in:
parent
b754aeedfb
commit
267c06d6a8
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ In some cases, IDLE might not be included in your Python installation.
|
|||
|
||||
* For SUSE and OpenSUSE users::
|
||||
|
||||
sudo zypper in python3-idle
|
||||
sudo zypper install python3-idle
|
||||
|
||||
* For Alpine Linux users::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue