https://github.com/python/cpython/commit/ee1257cb9ca913745fd96730b739f538bce60f0a commit: ee1257cb9ca913745fd96730b739f538bce60f0a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn <[email protected]> date: 2024-10-11T06:39:54Z summary:
[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 c1913effeed4e4da4d5310a40ab518945001ffba) Co-authored-by: Savannah Ostrowski <[email protected]> files: M Doc/library/argparse.rst diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 6d8b207cbc03ab..bcbdb0516bba93 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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 ^^^^^^^^^^^^^ _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
