Skip to content

Commit 9c6c40e

Browse files
[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 1183f1e) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 034bb70 commit 9c6c40e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/subprocess.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,8 @@ functions.
664664

665665
If given, *startupinfo* will be a :class:`STARTUPINFO` object, which is
666666
passed to the underlying ``CreateProcess`` function.
667-
*creationflags*, if given, can be one or more of the following flags:
667+
668+
If given, *creationflags*, can be one or more of the following flags:
668669

669670
* :data:`CREATE_NEW_CONSOLE`
670671
* :data:`CREATE_NEW_PROCESS_GROUP`

0 commit comments

Comments
 (0)