Skip to content

Commit ea39f82

Browse files
authored
Fix a typo in subprocess documentation (GH-25426)
Fix a typo per conversation with vstinner on IRC: in posix => on posix.
1 parent 39258d3 commit ea39f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ functions.
543543

544544
If *cwd* is not ``None``, the function changes the working directory to
545545
*cwd* before executing the child. *cwd* can be a string, bytes or
546-
:term:`path-like <path-like object>` object. In POSIX, the function
546+
:term:`path-like <path-like object>` object. On POSIX, the function
547547
looks for *executable* (or for the first item in *args*) relative to *cwd*
548548
if the executable path is a relative path.
549549

0 commit comments

Comments
 (0)