[3.12] gh-114913: Add newline to subprocess doc (GH-114941) (#114942)

*creationflags* is a separate topic from *startupinfo*.
Start sentence with 'If given', like previous sentence.
(cherry picked from commit 1183f1e6bf)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2024-02-03 00:22:22 +01:00 committed by GitHub
parent 034bb70aaa
commit 9c6c40ec90
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`