mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix Issue #21528 - Fix documentation typos
This commit is contained in:
parent
1c4398f880
commit
8b852f111e
32 changed files with 43 additions and 43 deletions
|
@ -341,7 +341,7 @@ Directory and files operations
|
|||
|
||||
On Windows, the current directory is always prepended to the *path* whether
|
||||
or not you use the default or provide your own, which is the behavior the
|
||||
command shell uses when finding executables. Additionaly, when finding the
|
||||
command shell uses when finding executables. Additionally, when finding the
|
||||
*cmd* in the *path*, the ``PATHEXT`` environment variable is checked. For
|
||||
example, if you call ``shutil.which("python")``, :func:`which` will search
|
||||
``PATHEXT`` to know that it should look for ``python.exe`` within the *path*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue