summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2024-02-02 23:14:32 (GMT)
committerGitHub <noreply@github.com>2024-02-02 23:14:32 (GMT)
commit1183f1e6bfba06ae6c8ea362f96e977bc288e627 (patch)
tree5ff8bd9bb12949a3c17e2a491b1f51fe15b7b506 /Doc
parentc4a2e8a2c5188c3288d57b80852e92c83f46f6f3 (diff)
downloadcpython-1183f1e6bfba06ae6c8ea362f96e977bc288e627.zip
cpython-1183f1e6bfba06ae6c8ea362f96e977bc288e627.tar.gz
cpython-1183f1e6bfba06ae6c8ea362f96e977bc288e627.tar.bz2
gh-114913: Add newline to subprocess doc (#114941)
*creationflags* is a separate topic from *startupinfo*. Start sentence with 'If given', like previous sentence.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/subprocess.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index c437ce7..f63ca73 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`