Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39258d3 commit ea39f82Copy full SHA for ea39f82
1 file changed
Doc/library/subprocess.rst
@@ -543,7 +543,7 @@ functions.
543
544
If *cwd* is not ``None``, the function changes the working directory to
545
*cwd* before executing the child. *cwd* can be a string, bytes or
546
- :term:`path-like <path-like object>` object. In POSIX, the function
+ :term:`path-like <path-like object>` object. On POSIX, the function
547
looks for *executable* (or for the first item in *args*) relative to *cwd*
548
if the executable path is a relative path.
549
0 commit comments