mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix punctuation in os.execvpe
docstring. (GH-15051)
This commit is contained in:
parent
370138ba9c
commit
fb6807b043
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ def execvpe(file, args, env):
|
|||
"""execvpe(file, args, env)
|
||||
|
||||
Execute the executable file (which is searched for along $PATH)
|
||||
with argument list args and environment env , replacing the
|
||||
with argument list args and environment env, replacing the
|
||||
current process.
|
||||
args may be a list or tuple of strings. """
|
||||
_execvpe(file, args, env)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue