mirror of https://github.com/python/cpython
Remove trailing whitespace in docstring
This commit is contained in:
parent
aa87fb6be4
commit
82be218e97
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue