https://github.com/python/cpython/commit/981566e39919c46aaa23bc59215b29cc6546360d
commit: 981566e39919c46aaa23bc59215b29cc6546360d
branch: 3.12
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-03-19T07:52:17Z
summary:

[3.12] Docs: fix shell command formatting (GH-131310) (#131444)

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 <petros...@gmail.com>

files:
M Doc/using/unix.rst

diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 9ed97f6fe85939..9ec4e3419321a4 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::
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to