mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix a typo in subprocess documentation (GH-25426)
Fix a typo per conversation with vstinner on IRC: in posix => on posix.
This commit is contained in:
parent
39258d3595
commit
ea39f82b97
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ functions.
|
|||
|
||||
If *cwd* is not ``None``, the function changes the working directory to
|
||||
*cwd* before executing the child. *cwd* can be a string, bytes or
|
||||
:term:`path-like <path-like object>` object. In POSIX, the function
|
||||
:term:`path-like <path-like object>` object. On POSIX, the function
|
||||
looks for *executable* (or for the first item in *args*) relative to *cwd*
|
||||
if the executable path is a relative path.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue