]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-114913: Add newline to subprocess doc (#114941)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 2 Feb 2024 23:14:32 +0000 (18:14 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 23:14:32 +0000 (23:14 +0000)
*creationflags* is a separate topic from *startupinfo*.
Start sentence with 'If given', like previous sentence.

Doc/library/subprocess.rst

index c437ce770b37d0d84850537a8409dfeedca42fe4..f63ca73b3ec067eac7f03a836caf872566ed4401 100644 (file)
@@ -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`