]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] 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:35:49 +0000 (08:35 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 06:35:49 +0000 (06:35 +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 d2705e485c33583f2aa78a8cb4fc60942137a53c..d06264f72ee081b381acb6c6e43c441961f7105f 100644 (file)
@@ -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
 ^^^^^^^^^^^^^