https://github.com/python/cpython/commit/4b0469652713c126189d61925813e8b6a12f4d95
commit: 4b0469652713c126189d61925813e8b6a12f4d95
branch: 3.12
author: Sam Gross <colesb...@gmail.com>
committer: colesbury <colesb...@gmail.com>
date: 2024-07-08T17:19:29-04:00
summary:

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

(cherry picked from commit 218edaf0ffe6ef38349047f378649f93d280e23e)

files:
M Misc/NEWS.d/next/Library/2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst

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 b1d219dea3d36a..346a89879cad41 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
-``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.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to