10000 Fix punctuation in `os.execvpe` docstring. (GH-15051) · python/cpython@421ef39 · GitHub
[go: up one dir, main page]

Skip to content

Commit 421ef39

Browse files
Fix punctuation in os.execvpe docstring. (GH-15051)
(cherry picked from commit fb6807b) Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
1 parent eadf6b8 commit 421ef39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def execvpe(file, args, env):
568568
"""execvpe(file, args, env)
569569
570570
Execute the executable file (which is searched for along $PATH)
571-
with argument list args and environment env , replacing the
571+
with argument list args and environment env, replacing the
572572
current process.
573573
args may be a list or tuple of strings. """
574574
_execvpe(file, args, env)

0 commit comments

Comments
 (0)
0