]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-125296: Fix strange fragment identifier for `name or flags` in argparse...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Oct 2024 06:39:54 +0000 (08:39 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 06:39:54 +0000 (06:39 +0000)
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 <savannahostrowski@gmail.com>
Doc/library/argparse.rst

index 6d8b207cbc03ab3f57b7aad67f2d114c953dfe68..bcbdb0516bba935e44acb08d446bfb6c25de50f9 100644 (file)
@@ -596,7 +596,7 @@ The add_argument() method
 The following sections describe how each of these are used.
 
 
-.. _name_or_flags:
+.. _`name or flags`:
 
 name or flags
 ^^^^^^^^^^^^^