From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 19 Mar 2025 07:50:53 +0000 (+0100) Subject: [3.13] Docs: fix shell command formatting (GH-131310) (#131443) X-Git-Tag: v3.13.3~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d73970687a3bd57a91cc5c811db5568f15a9db7;p=thirdparty%2FPython%2Fcpython.git [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 267c06d6a8290aa299098b4fcd3f270001b01e72) Co-authored-by: partev --- diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 9ed97f6fe859..9ec4e3419321 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -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::