https://github.com/python/cpython/commit/e154e4db3684696d29725112f0fcc69e05c40cd1
commit: e154e4db3684696d29725112f0fcc69e05c40cd1
branch: main
author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-04-19T16:15:00+02:00
summary:

Docs: Fix REPL example in `Doc/library/shutil.rst` (#132700)

files:
M Doc/library/shutil.rst

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

_______________________________________________
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