Skip to content

Commit 1183f1e

Browse files
authored
gh-114913: Add newline to subprocess doc (#114941)
*creationflags* is a separate topic from *startupinfo*. Start sentence with 'If given', like previous sentence.
1 parent c4a2e8a commit 1183f1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)