mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-114913: Add newline to subprocess doc (#114941)
*creationflags* is a separate topic from *startupinfo*. Start sentence with 'If given', like previous sentence.
This commit is contained in:
parent
c4a2e8a2c5
commit
1183f1e6bf
1 changed files with 2 additions and 1 deletions
|
|
@ -664,7 +664,8 @@ functions.
|
|||
|
||||
If given, *startupinfo* will be a :class:`STARTUPINFO` object, which is
|
||||
passed to the underlying ``CreateProcess`` function.
|
||||
*creationflags*, if given, can be one or more of the following flags:
|
||||
|
||||
If given, *creationflags*, can be one or more of the following flags:
|
||||
|
||||
* :data:`CREATE_NEW_CONSOLE`
|
||||
* :data:`CREATE_NEW_PROCESS_GROUP`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue