]> 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:46:13 +0000 (10:46 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 17:46:13 +0000 (10:46 -0700)
commit15d263e95cdbce910ebbb2fc13064330b6000b4b
tree3dd77cad7a448140140d9ce3367f5c6795b84137
parentb4591ad33a727873c0a07d084211295bf4f5b892
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