Skip to content

Commit 15d263e

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 b4591ad commit 15d263e

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)