8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c408c36 commit 97feb4aCopy full SHA for 97feb4a
Doc/library/shutil.rst
@@ -449,8 +449,9 @@ Directory and files operations
449
*mode* is a permission mask passed to :func:`os.access`, by default
450
determining if the file exists and executable.
451
452
- When no *path* is specified, the results of :func:`os.environ` are used,
453
- returning either the "PATH" value or a fallback of :data:`os.defpath`.
+ *path* is a "``PATH`` string" specifying the lookup directory list. When no
+ *path* is specified, the results of :func:`os.environ` are used, returning
454
+ either the "PATH" value or a fallback of :data:`os.defpath`.
455
456
On Windows, the current directory is prepended to the *path* if *mode* does
457
not include ``os.X_OK``. When the *mode* does include ``os.X_OK``, the
0 commit comments