Skip to content

Commit 85923cb

Browse files
authored
Docs: Fix external link to devguide.python.org (GH-112899)
1 parent d05a180 commit 85923cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ There is a new function parameter syntax ``/`` to indicate that some
123123
function parameters must be specified positionally and cannot be used as
124124
keyword arguments. This is the same notation shown by ``help()`` for C
125125
functions annotated with Larry Hastings'
126-
`Argument Clinic <devguide.python.org/development-tools/clinic/>`__ tool.
126+
`Argument Clinic <https://devguide.python.org/development-tools/clinic/>`__ tool.
127127

128128
In the following example, parameters *a* and *b* are positional-only,
129129
while *c* or *d* can be positional or keyword, and *e* or *f* are

0 commit comments

Comments
 (0)