Commit 48a3c4e2 authored by Matthias Klose's avatar Matthias Klose

- Fix typo in os.execvp docstring.

parent 626d92aa
......@@ -336,7 +336,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment