mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.13] Docs: fix shell command formatting (GH-131310) (#131443)
Docs: fix shell command formatting (GH-131310)
replace "zypper in" with "zypper install" to avoid incorrect highlighting
(cherry picked from commit 267c06d6a8
)
Co-authored-by: partev <petrosyan@gmail.com>
This commit is contained in:
parent
ff286a3d94
commit
5d73970687
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