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 24f8ff2 commit 4b90b5dCopy full SHA for 4b90b5d
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',
6569
help="force output regeneration")
6570
cmdline.add_argument("-o", "--output", type=str,
0 commit comments