https://github.com/python/cpython/commit/38f305b9db30757d850703bd4ccb2bf547efd952 commit: 38f305b9db30757d850703bd4ccb2bf547efd952 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-19T14:20:46Z summary:
[3.13] Docs: Fix REPL example in `Doc/library/shutil.rst` (GH-132700) (#132728) Docs: Fix REPL example in `Doc/library/shutil.rst` (GH-132700) (cherry picked from commit e154e4db3684696d29725112f0fcc69e05c40cd1) Co-authored-by: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> files: M Doc/library/shutil.rst 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 _______________________________________________ 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