diff options
author | Savannah Ostrowski <savannahostrowski@gmail.com> | 2024-10-11 06:30:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-11 06:30:27 (GMT) |
commit | c1913effeed4e4da4d5310a40ab518945001ffba (patch) | |
tree | 176164e1a0bccc3063993bbb100dd25b0979e0bc /Doc | |
parent | 2f8301cbfbdd2976d254a4a772b4879069dd4298 (diff) | |
download | cpython-c1913effeed4e4da4d5310a40ab518945001ffba.zip cpython-c1913effeed4e4da4d5310a40ab518945001ffba.tar.gz cpython-c1913effeed4e4da4d5310a40ab518945001ffba.tar.bz2 |
gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs (#125297)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/argparse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 4eb6fad..d337de8 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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 ^^^^^^^^^^^^^ |