summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-22 08:31:36 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-22 08:31:36 (GMT)
commit80c88f4304a0da47610aee0968df30bce4ac5209 (patch)
treef623cfede0376a4e7997760fad3057652c60859d /Doc
parent9fff3865dace7f5e1f1c1039deb8207442acc443 (diff)
downloadcpython-80c88f4304a0da47610aee0968df30bce4ac5209.zip
cpython-80c88f4304a0da47610aee0968df30bce4ac5209.tar.gz
cpython-80c88f4304a0da47610aee0968df30bce4ac5209.tar.bz2
Fix shutil.which() test for issue #16993.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/shutil.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
index b5f39fe..a1457d0 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -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