mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix shutil.which() test for issue #16993.
This commit is contained in:
parent
9fff3865da
commit
80c88f4304
2 changed files with 2 additions and 2 deletions
|
@ -335,7 +335,7 @@ Directory and files operations
|
|||
directories. For example, on Windows::
|
||||
|
||||
>>> shutil.which("python")
|
||||
'C:\\Python33\\python.exe'
|
||||
'C:\\Python33\\python.EXE'
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue