Skip to content

Commit 5b57fa6

Browse files
authored
Doc: Add missing spaces after period for posix_spawn (GH-22730)
1 parent 3185267 commit 5b57fa6

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

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
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
37153715
without directory.
37163716

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

0 commit comments

Comments
 (0)