]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove trailing whitespace in docstring
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 May 2007 06:56:52 +0000 (06:56 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 May 2007 06:56:52 +0000 (06:56 +0000)
Lib/subprocess.py

index 6ecff25dab792778e323f7d608b9f63718d23120..745c48306bd582dd8fce6e93b0528a95afa2fcf7 100644 (file)
@@ -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