Skip to content

Commit

Permalink
pythongh-114913: Add newline to subprocess doc (python#114941)
Browse files Browse the repository at this point in the history
*creationflags* is a separate topic from *startupinfo*.
Start sentence with 'If given', like previous sentence.
  • Loading branch information
terryjreedy authored Feb 2, 2024
1 parent c4a2e8a commit 1183f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/library/subprocess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1183f1e

Please sign in to comment.