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 b249aea commit 4aed781Copy full SHA for 4aed781
Doc/library/os.rst
@@ -3695,8 +3695,8 @@ written in Python, such as a mail server's external command delivery program.
3695
The positional-only arguments *path*, *args*, and *env* are similar to
3696
:func:`execve`.
3697
3698
- The *path* parameter is the path to the executable file.The *path* should
3699
- 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
3700
without directory.
3701
3702
The *file_actions* argument may be a sequence of tuples describing actions
0 commit comments