]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
authorTomer Cohen <tomer@users.noreply.github.com>
Tue, 20 Oct 2020 09:08:58 +0000 (12:08 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 09:08:58 +0000 (18:08 +0900)
Doc/library/os.rst

index 8c3bc5fb87d61b993f9c02dda65005621f42d580..718d98138d267941f51aab07bbaa972f0f318061 100644 (file)
@@ -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