8000 Docs: Fix REPL example in `Doc/library/shutil.rst` (#132700) · python/cpython@e154e4d · GitHub
[go: up one dir, main page]

Skip to content

Commit e154e4d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0