From b7f6810a1f6180656a42ea0c3f0a9d4ddd7b4f56 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Wed, 2 Jul 2003 02:49:33 +0000 Subject: SF #764121, docstring for spawnlp incorrect --- Lib/os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/os.py b/Lib/os.py index e493ad071c..488d3e4a2c 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -580,7 +580,7 @@ if _exists("spawnvp"): # At the moment, Windows doesn't implement spawnvp[e], # so it won't have spawnlp[e] either. def spawnlp(mode, file, *args): - """spawnlp(mode, file, *args, env) -> integer + """spawnlp(mode, file, *args) -> integer Execute file (which is looked for along $PATH) with arguments from args in a subprocess with the supplied environment. -- cgit v1.2.1