From 5d9f5febe94eb7494463283bb425e7bafd985874 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sat, 19 Apr 2025 15:15:00 +0100 Subject: [PATCH] Docs: Fix REPL example in `Doc/library/shutil.rst` (GH-132700) (cherry picked from commit e154e4db3684696d29725112f0fcc69e05c40cd1) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- Doc/library/shutil.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 5b5b9ee69b3167..544c1e464b3c2f 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -473,7 +473,7 @@ Directory and files operations This is also applied when *cmd* is a path that contains a directory component:: - >> shutil.which("C:\\Python33\\python") + >>> shutil.which("C:\\Python33\\python") 'C:\\Python33\\python.EXE' .. versionadded:: 3.3