◐ Shell
clean mode source ↗

[3.11] gh-92446: Improve argparse choices docs (GH-94627) by hauntsaninja · Pull Request #100528 · python/cpython

@yourlefthandman @hauntsaninja

…ge to lzma docs (pythonGH-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 pythonGH-92450 was mistaken; this PR reverts that change.

(cherry picked from commit ad3c99e)

Co-authored-by: Guy Yagev <yourlefthandman8@gmail.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>