Skip to content

Commit ccfc057

Browse files
Doc: Add missing spaces after period for posix_spawn (GH-22730)
(cherry picked from commit 5b57fa6) Co-authored-by: Tomer Cohen <[email protected]>
1 parent f53ea8a commit ccfc057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,8 +3664,8 @@ written in Python, such as a mail server's external command delivery program.
36643664
The positional-only arguments *path*, *args*, and *env* are similar to
36653665
:func:`execve`.
36663666

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
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
36693669
without directory.
36703670

36713671
The *file_actions* argument may be a sequence of tuples describing actions

0 commit comments

Comments
 (0)