summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-07-08 20:44:56 (GMT)
committerGitHub <noreply@github.com>2024-07-08 20:44:56 (GMT)
commit218edaf0ffe6ef38349047f378649f93d280e23e (patch)
tree0a06ab101f7682a7ccdb3af39d2ade20837be575 /Misc/NEWS.d
parent006b53a42f72be83ecdfc39f3603cdd66bfcdc45 (diff)
downloadcpython-218edaf0ffe6ef38349047f378649f93d280e23e.zip
cpython-218edaf0ffe6ef38349047f378649f93d280e23e.tar.gz
cpython-218edaf0ffe6ef38349047f378649f93d280e23e.tar.bz2
gh-121018: Fix typo in NEWS entry (#121510)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst b/Misc/NEWS.d/next/Library/2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst
index eac5bab..346a898 100644
--- a/Misc/NEWS.d/next/Library/2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst
+++ b/Misc/NEWS.d/next/Library/2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst
@@ -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.