[Python-checkins] Doc: Add missing spaces after period for `posix_spawn` (GH-22730)

Tomer Cohen webhook-mailer at python.org
Tue Oct 20 05:09:10 EDT 2020


https://github.com/python/cpython/commit/5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6
commit: 5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6
branch: master
author: Tomer Cohen <tomer at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020年10月20日T18:08:58+09:00
summary:
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
files:
M Doc/library/os.rst
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 8c3bc5fb87d61..718d98138d267 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -3710,8 +3710,8 @@ written in Python, such as a mail server's external command delivery program.
 The positional-only arguments *path*, *args*, and *env* are similar to
 :func:`execve`.
 
- 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
+ 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
 without directory.
 
 The *file_actions* argument may be a sequence of tuples describing actions


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /