Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
(cherry picked from commit 5b57fa6940
)
Co-authored-by: Tomer Cohen <tomer@users.noreply.github.com>
This commit is contained in:
parent
b249aeae89
commit
4aed781eb4
|
@ -3695,8 +3695,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
|
||||
|
|
Loading…
Reference in New Issue