]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: update URL in Argument Clinic CLI help text (#113351)
authorErlend E. Aasland <erlend@python.org>
Thu, 21 Dec 2023 09:28:43 +0000 (10:28 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 09:28:43 +0000 (09:28 +0000)
The Argument Clinic docs was moved to the devguide earlier in 2023.

Tools/clinic/clinic.py

index 345459cf2fd623dcdb1043e169500ac11daa5751..45b01a260cb4cbf5d03101ebd16c7b1a9386ac03 100755 (executable)
@@ -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,