mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Doc: Add missing spaces after period for posix_spawn
(GH-22730)
This commit is contained in:
parent
3185267400
commit
5b57fa6940
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue