https://github.com/python/cpython/commit/c1913effeed4e4da4d5310a40ab518945001ffba commit: c1913effeed4e4da4d5310a40ab518945001ffba branch: main author: Savannah Ostrowski <[email protected]> committer: sobolevn <[email protected]> date: 2024-10-11T09:30:27+03:00 summary:
gh-125296: Fix strange fragment identifier for `name or flags` in argparse docs (#125297) files: M Doc/library/argparse.rst diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 4eb6fad41f11ef..d337de87ca8f39 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 ^^^^^^^^^^^^^ _______________________________________________ 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]
