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 f53ea8a commit ccfc057Copy full SHA for ccfc057
Doc/library/os.rst
@@ -3664,8 +3664,8 @@ written in Python, such as a mail server's external command delivery program.
3664
The positional-only arguments *path*, *args*, and *env* are similar to
3665
:func:`execve`.
3666
3667
- The *path* parameter is the path to the executable file.The *path* should
3668
- 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
3669
without directory.
3670
3671
The *file_actions* argument may be a sequence of tuples describing actions
0 commit comments