Skip to content

Commit 3cc2337

Browse files
erlend-aaslandkulikjak
authored andcommitted
Docs: update URL in Argument Clinic CLI help text (python#113351)
The Argument Clinic docs was moved to the devguide earlier in 2023.
1 parent f31dbd2 commit 3cc2337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/clinic/clinic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6564,7 +6564,7 @@ def create_cli() -> argparse.ArgumentParser:
65646564
with writing argument parsing code for builtins and providing introspection
65656565
signatures ("docstrings") for CPython builtins.
65666566
6567-
For more information see https://docs.python.org/3/howto/clinic.html""")
6567+
For more information see https://devguide.python.org/development-tools/clinic/""")
65686568
cmdline.add_argument("-f", "--force", action='store_true',
65696569
help="force output regeneration")
65706570
cmdline.add_argument("-o", "--output", type=str,

0 commit comments

Comments
 (0)