summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-05-11 06:56:52 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-05-11 06:56:52 (GMT)
commit82be218e971725657af9b3231a0c467e99ade26f (patch)
tree0b12213424e9b30b12ac0125ea47fbbafaf623aa
parentaa87fb6be40592be934c29e236c7eeca3399745c (diff)
downloadcpython-82be218e971725657af9b3231a0c467e99ade26f.zip
cpython-82be218e971725657af9b3231a0c467e99ade26f.tar.gz
cpython-82be218e971725657af9b3231a0c467e99ade26f.tar.bz2
Remove trailing whitespace in docstring
-rw-r--r--Lib/subprocess.py2
1 files changed, 0 insertions, 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