Docs: fix shell command formatting (#131310)

replace "zypper in" with "zypper install" to avoid incorrect highlighting
This commit is contained in:
partev 2025-03-19 03:42:47 -04:00 committed by GitHub
parent b754aeedfb
commit 267c06d6a8
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::