diff options
| author | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-11 06:56:52 (GMT) | 
|---|---|---|
| committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-11 06:56:52 (GMT) | 
| commit | 82be218e971725657af9b3231a0c467e99ade26f (patch) | |
| tree | 0b12213424e9b30b12ac0125ea47fbbafaf623aa /Lib/subprocess.py | |
| parent | aa87fb6be40592be934c29e236c7eeca3399745c (diff) | |
| download | cpython-82be218e971725657af9b3231a0c467e99ade26f.zip cpython-82be218e971725657af9b3231a0c467e99ade26f.tar.gz cpython-82be218e971725657af9b3231a0c467e99ade26f.tar.bz2  | |
Remove trailing whitespace in docstring
Diffstat (limited to 'Lib/subprocess.py')
| -rw-r--r-- | Lib/subprocess.py | 2 | 
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  | 
