Docs: Fix REPL example in Doc/library/shutil.rst (#132700)

This commit is contained in:
Stan Ulbrych 2025-04-19 15:15:00 +01:00 committed by GitHub
parent df85bb37b6
commit e154e4db36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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