From b833b00482234cb0f949e6c277ee1bce1a2cbb85 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:22:03 +0100 Subject: [3.11] gh-114913: Add newline to subprocess doc (GH-114941) (#114943) *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 --- Doc/library/subprocess.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 360e69e..3db5533 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -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` -- cgit v0.12