From: Tomer Cohen Date: Tue, 20 Oct 2020 09:08:58 +0000 (+0300) Subject: Doc: Add missing spaces after period for `posix_spawn` (GH-22730) X-Git-Tag: v3.10.0a2~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6;p=thirdparty%2FPython%2Fcpython.git Doc: Add missing spaces after period for `posix_spawn` (GH-22730) --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 8c3bc5fb87d6..718d98138d26 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