summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomer Cohen <tomer@users.noreply.github.com>2020-10-20 12:08:58 +0300
committerGitHub <noreply@github.com>2020-10-20 18:08:58 +0900
commit5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6 (patch)
treecc6b902035d8636387679052adca860954487651
parent3185267400be853404f22a1e06bb9fe1210735c7 (diff)
downloadcpython-git-5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6.tar.gz
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
-rw-r--r--Doc/library/os.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 8c3bc5fb87..718d98138d 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -3710,8 +3710,8 @@ written in Python, such as a mail server's external command delivery program.
The positional-only arguments *path*, *args*, and *env* are similar to
:func:`execve`.
- The *path* parameter is the path to the executable file.The *path* should
- contain a directory.Use :func:`posix_spawnp` to pass an executable file
+ The *path* parameter is the path to the executable file. The *path* should
+ contain a directory. Use :func:`posix_spawnp` to pass an executable file
without directory.
The *file_actions* argument may be a sequence of tuples describing actions