Skip to content

Commit c812c94

Browse files
committed
change path to the next line
1 parent fba4c4b commit c812c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/shutil.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ Directory and files operations
457457
.. note::
458458

459459
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.
460+
specified path directly and does not search the directories listed in
461+
*path* or in the system's :envvar:`PATH` environment variable.
462462

463463
On Windows, the current directory is prepended to the *path* if *mode* does
464464
not include ``os.X_OK``. When the *mode* does include ``os.X_OK``, the

0 commit comments

Comments
 (0)