From 267c06d6a8290aa299098b4fcd3f270001b01e72 Mon Sep 17 00:00:00 2001 From: partev Date: Wed, 19 Mar 2025 03:42:47 -0400 Subject: Docs: fix shell command formatting (#131310) replace "zypper in" with "zypper install" to avoid incorrect highlighting --- Doc/using/unix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 9ed97f6..9ec4e34 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:: -- cgit v0.12