mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merged revisions 77879 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77879 | matthias.klose | 2010-01-31 17:46:26 +0100 (So, 31 Jan 2010) | 2 lines - Fix typo in os.execvp docstring. ........
This commit is contained in:
parent
c8b16f8c24
commit
a09c54f657
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ def execlpe(file, *args):
|
|||
execvpe(file, args[:-1], env)
|
||||
|
||||
def execvp(file, args):
|
||||
"""execp(file, args)
|
||||
"""execvp(file, args)
|
||||
|
||||
Execute the executable file (which is searched for along $PATH)
|
||||
with argument list args, replacing the current process.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue