]> granicus.if.org Git - python/commitdiff
SF #764121, docstring for spawnlp incorrect
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 Jul 2003 02:49:33 +0000 (02:49 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 Jul 2003 02:49:33 +0000 (02:49 +0000)
Lib/os.py

index e493ad071c184ac0c79b8247ec3ccf4c96d3ae7b..488d3e4a2cf83bad5d1c8921da77a87282658e81 100644 (file)
--- 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.