]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-121018: Fix typo in NEWS entry (GH-121510) (#121516)
authorSam Gross <colesbury@gmail.com>
Mon, 8 Jul 2024 21:19:29 +0000 (17:19 -0400)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2024 21:19:29 +0000 (17:19 -0400)
(cherry picked from commit 218edaf0ffe6ef38349047f378649f93d280e23e)

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

index b1d219dea3d36aaaa5e31b36279429f01bed7710..346a89879cad417e33aaafc75b893235efe51d0f 100644 (file)
@@ -1,3 +1,3 @@
-Fixed issues where :meth:`!argparse.ArgumentParser.parses_args` did not honor\r
-``exit_on_error=False``.\r
-Based on patch by Ben Hsing.\r
+Fixed issues where :meth:`!argparse.ArgumentParser.parse_args` did not honor
+``exit_on_error=False``.
+Based on patch by Ben Hsing.