8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1a77c commit d4fb958Copy full SHA for d4fb958
Tools/clinic/clinic.py
@@ -6564,7 +6564,7 @@ def create_cli() -> argparse.ArgumentParser:
6564
with writing argument parsing code for builtins and providing introspection
6565
signatures ("docstrings") for CPython builtins.
6566
6567
-For more information see https://docs.python.org/3/howto/clinic.html""")
+For more information see https://devguide.python.org/development-tools/clinic/""")
6568
cmdline.add_argument("-f", "--force", action='store_true',
4148 6569
6569
help="force output regeneration")
6570
cmdline.add_argument("-o", "--output", type=str,
0 commit comments