From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:35:49 +0000 (+0200) Subject: [3.13] gh-125296: Fix strange fragment identifier for `name or flags` in argparse... X-Git-Tag: v3.13.1~332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fe27103e01c895d493642818bdaafba4217989a;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs (GH-125297) (#125299) gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs (GH-125297) (cherry picked from commit c1913effeed4e4da4d5310a40ab518945001ffba) Co-authored-by: Savannah Ostrowski --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index d2705e485c33..d06264f72ee0 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -598,7 +598,7 @@ The add_argument() method The following sections describe how each of these are used. -.. _name_or_flags: +.. _`name or flags`: name or flags ^^^^^^^^^^^^^