Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1665a8d

Browse files
committed
Merged revisions 77881 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r77881 | matthias.klose | 2010-01-31 17:48:44 +0100 (So, 31 Jan 2010) | 9 lines Merged revisions 77879 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r77879 | matthias.klose | 2010-01-31 17:46:26 +0100 (So, 31 Jan 2010) | 2 lines - Fix typo in os.execvp docstring. ........ ................
1 parent 70924dd commit 1665a8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def execlpe(file, *args):
322322
execvpe(file, args[:-1], env)
323323

324324
def execvp(file, args):
325-
"""execp(file, args)
325+
"""execvp(file, args)
326326
327327
Execute the executable file (which is searched for along $PATH)
328328
with argument list args, replacing the current process.

0 commit comments

Comments
 (0)