]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix REPL example in `Doc/library/shutil.rst` (#132700)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sat, 19 Apr 2025 14:15:00 +0000 (15:15 +0100)
committerGitHub <noreply@github.com>
Sat, 19 Apr 2025 14:15:00 +0000 (16:15 +0200)
Doc/library/shutil.rst

index 1819f708890c092dd35e12ba34906250102dcc43..2cbf95bcf535e4bf6019c54abd49e402bc5422ad 100644 (file)
@@ -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