Docs: Fix REPL example in Doc/library/shutil.rst (#132700)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user