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 fba4c4b commit c812c94Copy full SHA for c812c94
Doc/library/shutil.rst
@@ -457,8 +457,8 @@ Directory and files operations
457
.. note::
458
459
If *cmd* contains a directory component, :func:`!which` only checks the
460
- specified path directly and does not search the directories listed in *path*
461
- or in the system's :envvar:`PATH` environment variable.
+ specified path directly and does not search the directories listed in
+ *path* or in the system's :envvar:`PATH` environment variable.
462
463
On Windows, the current directory is prepended to the *path* if *mode* does
464
not include ``os.X_OK``. When the *mode* does include ``os.X_OK``, the
0 commit comments