We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
posix_spawn
1 parent 3185267 commit 5b57fa6Copy full SHA for 5b57fa6
Doc/library/os.rst
@@ -3710,8 +3710,8 @@ written in Python, such as a mail server's external command delivery program.
3710
The positional-only arguments *path*, *args*, and *env* are similar to
3711
:func:`execve`.
3712
3713
- The *path* parameter is the path to the executable file.The *path* should
3714
- 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
3715
without directory.
3716
3717
The *file_actions* argument may be a sequence of tuples describing actions
0 commit comments