Commit 82be218e authored by Neal Norwitz's avatar Neal Norwitz

Remove trailing whitespace in docstring

parent aa87fb6b
...@@ -348,8 +348,6 @@ except that: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment