mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Remove trailing whitespace in docstring
This commit is contained in:
parent
aa87fb6be4
commit
82be218e97
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue