]> granicus.if.org Git - python/commit
bpo-22635: Update the getstatusoutput docstring. (#3435)
authorGregory P. Smith <greg@krypto.org>
Thu, 7 Sep 2017 23:11:02 +0000 (16:11 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 23:11:02 +0000 (16:11 -0700)
commit2eb0cb4787d02d995a9bb6dc075983792c12835c
treed93b72b25ee68109200c9f42320657b3b659db49
parent888bbdc192ec4db888a294ef758cf5510442dc9a
bpo-22635: Update the getstatusoutput docstring. (#3435)

To match the documentation updates already made.
Also renames the local variable used within to match
what it actually holds.
Lib/subprocess.py