]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Docs: fix shell command formatting (GH-131310) (#131443)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Mar 2025 07:50:53 +0000 (08:50 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 07:50:53 +0000 (07:50 +0000)
Docs: fix shell command formatting (GH-131310)

replace "zypper in" with "zypper install" to avoid incorrect highlighting
(cherry picked from commit 267c06d6a8290aa299098b4fcd3f270001b01e72)

Co-authored-by: partev <petrosyan@gmail.com>
Doc/using/unix.rst

index 9ed97f6fe859390a81cd4235533fa8c16217c0c1..9ec4e3419321a4e6d569a416647e0c8c2381f494 100644 (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::