From: Erlend E. Aasland Date: Thu, 21 Dec 2023 09:28:43 +0000 (+0100) Subject: Docs: update URL in Argument Clinic CLI help text (#113351) X-Git-Tag: v3.13.0a3~307 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b90b5d857ba88c7d85483e188a73323df9ba05c;p=thirdparty%2FPython%2Fcpython.git Docs: update URL in Argument Clinic CLI help text (#113351) The Argument Clinic docs was moved to the devguide earlier in 2023. --- diff --git a/Tools/clinic/clinic.py b/Tools/clinic/clinic.py index 345459cf2fd6..45b01a260cb4 100755 --- a/Tools/clinic/clinic.py +++ b/Tools/clinic/clinic.py @@ -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,