]> granicus.if.org Git - python/commitdiff
Reflow comment
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 21 Nov 2002 20:41:07 +0000 (20:41 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 21 Nov 2002 20:41:07 +0000 (20:41 +0000)
Lib/distutils/spawn.py

index 6e0423b099f0803931d92a24c41c717f8d56328b..4857ce5e633dcb5055b83090c230e1fa6c8b51ba 100644 (file)
@@ -25,9 +25,9 @@ def spawn (cmd,
     There is no way to run a program with a name different from that of its
     executable.
 
-    If 'search_path' is true (the default), the system's executable search
-    path will be used to find the program; otherwise, cmd[0] must be the
-    exact path to the executable.If 'dry_run' is true,
+    If 'search_path' is true (the default), the system's executable
+    search path will be used to find the program; otherwise, cmd[0]
+    must be the exact path to the executable.  If 'dry_run' is true,
     the command will not actually be run.
 
     Raise DistutilsExecError if running the program fails in any way; just