8000 Docs: update URL in Argument Clinic CLI help text (#113351) · Glyphack/cpython@d4fb958 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit d4fb958

Browse files
erlend-aaslandGlyphack
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 6c1a77c commit d4fb958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/clinic/clinic.py

Lines changed: 1 addition & 1 deletion
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',
4148 65696569
help="force output regeneration")
65706570
cmdline.add_argument("-o", "--output", type=str,

0 commit comments

Comments
 (0)
0