Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e154e4d

Browse files
Docs: Fix REPL example in Doc/library/shutil.rst (#132700)
1 parent df85bb3 commit e154e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/shutil.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Directory and files operations
473473
This is also applied when *cmd* is a path that contains a directory
474474
component::
475475

476-
>> shutil.which("C:\\Python33\\python")
476+
>>> shutil.which("C:\\Python33\\python")
477477
'C:\\Python33\\python.EXE'
478478

479479
.. versionadded:: 3.3

0 commit comments

Comments
 (0)