]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs ...
authorSavannah Ostrowski <savannahostrowski@gmail.com>
Fri, 11 Oct 2024 06:30:27 +0000 (23:30 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 06:30:27 +0000 (09:30 +0300)
Doc/library/argparse.rst

index 4eb6fad41f11ef987171523cc6b4bb91b59ea0b7..d337de87ca8f396209cf8f0a16dc094af14bef1d 100644 (file)
@@ -602,7 +602,7 @@ The add_argument() method
 The following sections describe how each of these are used.
 
 
-.. _name_or_flags:
+.. _`name or flags`:
 
 name or flags
 ^^^^^^^^^^^^^