]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-121018: Fix typo in NEWS entry (#121510)
authorSam Gross <colesbury@gmail.com>
Mon, 8 Jul 2024 20:44:56 +0000 (16:44 -0400)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2024 20:44:56 +0000 (16:44 -0400)
Misc/NEWS.d/next/Library/2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst

index eac5bab3e9fe6dbe1b0e539949e18bf11eb88669..346a89879cad417e33aaafc75b893235efe51d0f 100644 (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.