From: Terry Jan Reedy Date: Fri, 2 Feb 2024 23:14:32 +0000 (-0500) Subject: gh-114913: Add newline to subprocess doc (#114941) X-Git-Tag: v3.13.0a4~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1183f1e6bfba06ae6c8ea362f96e977bc288e627;p=thirdparty%2FPython%2Fcpython.git gh-114913: Add newline to subprocess doc (#114941) *creationflags* is a separate topic from *startupinfo*. Start sentence with 'If given', like previous sentence. --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index c437ce770b37..f63ca73b3ec0 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -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`