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

Skip to content

Commit 8f9c5fb

Browse files
hramezaniwebsurfer5
authored andcommitted
Fix punctuation in os.execvpe docstring. (pythonGH-15051)
1 parent 208b0de commit 8f9c5fb

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