Remove trailing whitespace in docstring

This commit is contained in:
Neal Norwitz 2007-05-11 06:56:52 +00:00
parent aa87fb6be4
commit 82be218e97
1 changed files with 0 additions and 2 deletions

View File

@ -348,8 +348,6 @@ except that:
* stdin=PIPE and stdout=PIPE must be specified. * stdin=PIPE and stdout=PIPE must be specified.
* popen2 closes all filedescriptors by default, but you have to specify * popen2 closes all filedescriptors by default, but you have to specify
close_fds=True with subprocess.Popen. close_fds=True with subprocess.Popen.
""" """
import sys import sys