]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix punctuation in `os.execvpe` docstring. (GH-15051)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Sep 2019 17:44:46 +0000 (10:44 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 17:44:46 +0000 (10:44 -0700)
commit421ef39968a5e59cf09fe1983f76be1c6866c637
tree9f3fb06b6672320fe8efb7eb7b6e01e053f16212
parenteadf6b8787e979920c4fb6845797c33d270d2729
Fix punctuation in `os.execvpe` docstring. (GH-15051)

(cherry picked from commit fb6807b043ab586428225920373e551b0432bc40)

Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
Lib/os.py