Mailing List Archive

Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
https://github.com/python/cpython/commit/5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6
commit: 5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6
branch: master
author: Tomer Cohen <tomer@users.noreply.github.com>
committer: GitHub <noreply@github.com>
date: 2020-10-20T18: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

_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins
Doc: Add missing spaces after period for `posix_spawn` (GH-22730) [ In reply to ]
https://github.com/python/cpython/commit/ccfc05723e293fce4a5102ccf9beccf4e5f56990
commit: ccfc05723e293fce4a5102ccf9beccf4e5f56990
branch: 3.8
author: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
committer: miss-islington <31488909+miss-islington@users.noreply.github.com>
date: 2020-10-20T08:01:38-07:00
summary:

Doc: Add missing spaces after period for `posix_spawn` (GH-22730)

(cherry picked from commit 5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6)

Co-authored-by: Tomer Cohen <tomer@users.noreply.github.com>

files:
M Doc/library/os.rst

diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index c8e316a7403c1..1a6ff40bf09e6 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -3664,8 +3664,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

_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins
Doc: Add missing spaces after period for `posix_spawn` (GH-22730) [ In reply to ]
https://github.com/python/cpython/commit/4aed781eb44cedcb9e7c2dbea993f38625961d1e
commit: 4aed781eb44cedcb9e7c2dbea993f38625961d1e
branch: 3.9
author: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
committer: miss-islington <31488909+miss-islington@users.noreply.github.com>
date: 2020-10-20T08:01:56-07:00
summary:

Doc: Add missing spaces after period for `posix_spawn` (GH-22730)

(cherry picked from commit 5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6)

Co-authored-by: Tomer Cohen <tomer@users.noreply.github.com>

files:
M Doc/library/os.rst

diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 64bc73589f625..6e287abb6f78a 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -3695,8 +3695,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

_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins