From 82be218e971725657af9b3231a0c467e99ade26f Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 11 May 2007 06:56:52 +0000 Subject: Remove trailing whitespace in docstring --- Lib/subprocess.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 6ecff25..745c483 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -348,8 +348,6 @@ except that: * stdin=PIPE and stdout=PIPE must be specified. * popen2 closes all filedescriptors by default, but you have to specify close_fds=True with subprocess.Popen. - - """ import sys -- cgit v0.12