From 955e023153142933a65dcf0cefba0a15f7c5b3f5 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Fri, 18 Apr 2025 20:41:12 +0100 Subject: [PATCH] Fix code example --- 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 1819f708890c09..2cbf95bcf535e4 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