gh-121018: Fix typo in NEWS entry (#121510)

This commit is contained in:
Sam Gross 2024-07-08 16:44:56 -04:00 committed by GitHub
parent 006b53a42f
commit 218edaf0ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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