Skip to content

Commit

Permalink
Fix a typo in subprocess documentation (GH-25426)
Browse files Browse the repository at this point in the history
Fix a typo per conversation with vstinner on IRC: in posix => on posix.
  • Loading branch information
akulakov committed Apr 17, 2021
1 parent 39258d3 commit ea39f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/subprocess.rst
Expand Up @@ -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.

Expand Down

0 comments on commit ea39f82

Please sign in to comment.