mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
Docs: update URL in Argument Clinic CLI help text (#113351)
The Argument Clinic docs was moved to the devguide earlier in 2023.
This commit is contained in:
parent
24f8ff28a3
commit
4b90b5d857
1 changed files with 1 additions and 1 deletions
|
@ -6564,7 +6564,7 @@ The purpose of the Argument Clinic is automating all the boilerplate involved
|
||||||
with writing argument parsing code for builtins and providing introspection
|
with writing argument parsing code for builtins and providing introspection
|
||||||
signatures ("docstrings") for CPython builtins.
|
signatures ("docstrings") for CPython builtins.
|
||||||
|
|
||||||
For more information see https://docs.python.org/3/howto/clinic.html""")
|
For more information see https://devguide.python.org/development-tools/clinic/""")
|
||||||
cmdline.add_argument("-f", "--force", action='store_true',
|
cmdline.add_argument("-f", "--force", action='store_true',
|
||||||
help="force output regeneration")
|
help="force output regeneration")
|
||||||
cmdline.add_argument("-o", "--output", type=str,
|
cmdline.add_argument("-o", "--output", type=str,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue