]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Oct 2020 15:01:38 +0000 (08:01 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 15:01:38 +0000 (08:01 -0700)
(cherry picked from commit 5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6)

Co-authored-by: Tomer Cohen <tomer@users.noreply.github.com>
Doc/library/os.rst

index c8e316a7403c17c5977b7368dc61e785336595b2..1a6ff40bf09e6551c6749ce616a28e96fec12009 100644 (file)
@@ -3664,8 +3664,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