*creationflags* is a separate topic from *startupinfo*.
Start sentence with 'If given', like previous sentence.
(cherry picked from commit
1183f1e6bfba06ae6c8ea362f96e977bc288e627)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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`