mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix markup errors.
This commit is contained in:
parent
ba528f57ca
commit
eb25fb7af7
2 changed files with 5 additions and 3 deletions
|
@ -207,7 +207,7 @@ default values. The arguments that are most commonly needed are:
|
|||
When *stdout* or *stderr* are pipes and *universal_newlines* is
|
||||
:const:`True` then the output data is assumed to be encoded as UTF-8 and
|
||||
will automatically be decoded to text. All line endings will be converted
|
||||
to ``'\n'`` as described for the universal newlines `'U'`` mode argument
|
||||
to ``'\n'`` as described for the universal newlines ``'U'`` mode argument
|
||||
to :func:`open`.
|
||||
|
||||
If *shell* is :const:`True`, the specified command will be executed through
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue