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:
Erlend E. Aasland 2023-12-21 10:28:43 +01:00 committed by GitHub
parent 24f8ff28a3
commit 4b90b5d857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
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',
help="force output regeneration")
cmdline.add_argument("-o", "--output", type=str,