mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] gh-125296: Fix strange fragment identifier for name or flags in argparse docs (GH-125297) (#125300)
gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs (GH-125297)
(cherry picked from commit c1913effee)
Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com>
This commit is contained in:
parent
171ebcd4df
commit
ee1257cb9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue