]> granicus.if.org Git - python/commit
[3.6] bpo-22635: Update the getstatusoutput docstring. (GH-3435) (#3439)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Sep 2017 23:44:58 +0000 (16:44 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 7 Sep 2017 23:44:58 +0000 (16:44 -0700)
commitfb4c28c032e26b3cdbe67eae3769d45207ac3507
tree2e48e3a2e7307a33e20a23a65581596302bf48e1
parent27ce5a1b1931b670da234c30d24bfbbc93fa24d7
[3.6] bpo-22635: Update the getstatusoutput docstring. (GH-3435) (#3439)

To match the documentation updates already made.
Also renames the local variable used within to match
what it actually holds.
(cherry picked from commit 2eb0cb4787d02d995a9bb6dc075983792c12835c)
Lib/subprocess.py