[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:
Miss Islington (bot) 2025-03-19 08:50:53 +01:00 committed by GitHub
parent ff286a3d94
commit 5d73970687
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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::