From: Neal Norwitz Date: Fri, 11 May 2007 06:56:52 +0000 (+0000) Subject: Remove trailing whitespace in docstring X-Git-Tag: v2.6a1~1757 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82be218e971725657af9b3231a0c467e99ade26f;p=thirdparty%2FPython%2Fcpython.git Remove trailing whitespace in docstring --- diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 6ecff25dab79..745c48306bd5 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