[3.12] gh-121018: Fix typo in NEWS entry (GH-121510) (#121516)

(cherry picked from commit 218edaf0ff)
This commit is contained in:
Sam Gross 2024-07-08 17:19:29 -04:00 committed by GitHub
parent da7f6745b8
commit 4b04696527
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,3 @@
Fixed issues where :meth:`!argparse.ArgumentParser.parses_args` did not honor
``exit_on_error=False``.
Based on patch by Ben Hsing.
Fixed issues where :meth:`!argparse.ArgumentParser.parse_args` did not honor
``exit_on_error=False``.
Based on patch by Ben Hsing.