commit | ad3c99e521151680afc65d3f8a7d2167ec1969ad | [log] [tgz] |
---|---|---|
author | Guy Yagev <yourlefthandman8@gmail.com> | Mon Dec 26 08:22:53 2022 +0200 |
committer | GitHub <noreply@github.com> | Mon Dec 26 00:22:53 2022 -0600 |
tree | c461b77995b3f08c8a366d1ddddcaa8fbdb9bc87 | |
parent | dbc1e696ebf273bc62545d999eb185d6c9470e71 [diff] |
gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627) Based on the definition of the collections.abc classes, it is more accurate to use "sequence" instead of "container" when describing argparse choices. A previous attempt at fixing this in #92450 was mistaken; this PR reverts that change. Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>