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:
Terry Jan Reedy 2024-02-02 18:14:32 -05:00 committed by GitHub
parent c4a2e8a2c5
commit 1183f1e6bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`