mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
Docs: Fix REPL example in Doc/library/shutil.rst
(#132700)
This commit is contained in:
parent
df85bb37b6
commit
e154e4db36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue