Fix typo in argparse docs. (GH-92691)
# Fix typo in argparse docs. > Sometimes, when dealing with **a** particularly long argument list**s**, [...] Mixture between plural and singular forms is incorrect. Use singular consistently since typically only a single argument list is employed. Change to: > Sometimes, when dealing with a particularly long argument list, [...] No issue was opened, since this is a trivial change. Automerge-Triggered-By: GH:rhettinger
T
thueringa committed
f67d71b431af064409c1f41f6d73becee01882ae
Parent: 1a9645f
Committed by GitHub <noreply@github.com>
on 5/12/2022, 3:25:09 AM