Skip to content

Commit

Permalink
Doc: Add missing spaces after period for posix_spawn (GH-22730)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5b57fa6)

Co-authored-by: Tomer Cohen <tomer@users.noreply.github.com>
  • Loading branch information
miss-islington and tomer committed Oct 20, 2020
1 parent f53ea8a commit ccfc057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/os.rst
Expand Up @@ -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
Expand Down

0 comments on commit ccfc057

Please sign in to comment.