Skip to content

Commit 4aed781

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 b249aea commit 4aed781

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
@@ -3695,8 +3695,8 @@ written in Python, such as a mail server's external command delivery program.
36953695
The positional-only arguments *path*, *args*, and *env* are similar to
36963696
:func:`execve`.
36973697

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
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
37003700
without directory.
37013701

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

0 commit comments

Comments
 (0)