https://github.com/python/cpython/commit/1fe27103e01c895d493642818bdaafba4217989a
commit: 1fe27103e01c895d493642818bdaafba4217989a
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: sobolevn <[email protected]>
date: 2024-10-11T06:35:49Z
summary:

[3.13] gh-125296: Fix strange fragment identifier for `name or flags` in 
argparse docs (GH-125297) (#125299)

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 d2705e485c3358..d06264f72ee081 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -598,7 +598,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]

Reply via email to