]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-114913: Add newline to subprocess doc (GH-114941) (#114943)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Feb 2024 23:22:03 +0000 (00:22 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 23:22:03 +0000 (23:22 +0000)
*creationflags* is a separate topic from *startupinfo*.
Start sentence with 'If given', like previous sentence.
(cherry picked from commit 1183f1e6bfba06ae6c8ea362f96e977bc288e627)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/subprocess.rst

index 360e69ed212e3718cd72a4bdc08b05d919db7904..3db5533e4f34ac83d28931488c91747b7779935d 100644 (file)
@@ -666,7 +666,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`