8000 Fix punctuation in `os.execvpe` docstring. (GH-15051) · miss-islington/cpython@331e5b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 331e5b8

Browse files
hramezanimiss-islington
authored andcommitted
Fix punctuation in os.execvpe docstring. (pythonGH-15051)
(cherry picked from commit fb6807b) Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
1 parent b7bf632 commit 331e5b8

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
@@ -574,7 +574,7 @@ def execvpe(file, args, env):
574574
"""execvpe(file, args, env)
575575
576576
Execute the executable file (which is searched for along $PATH)
577-
with argument list args and environment env , replacing the
577+
with argument list args and environment env, replacing the
578578
current process.
579579
args may be a list or tuple of strings. """
580580
_execvpe(file, args, env)

0 commit comments

Comments
 (0)
0