Skip to content

Commit b833b00

Browse files
[3.11] pythongh-114913: Add newline to subprocess doc (pythonGH-114941) (python#114943)
*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 <[email protected]>
1 parent 4e1360a commit b833b00

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
@@ -666,7 +666,8 @@ functions.
666666

667667
If given, *startupinfo* will be a :class:`STARTUPINFO` object, which is
668668
passed to the underlying ``CreateProcess`` function.
669-
*creationflags*, if given, can be one or more of the following flags:
669+
670+
If given, *creationflags*, can be one or more of the following flags:
670671

671672
* :data:`CREATE_NEW_CONSOLE`
672673
* :data:`CREATE_NEW_PROCESS_GROUP`

0 commit comments

Comments
 (0)