Thanks to visit codestin.com Credit goes to github.com
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 d05a180 commit 85923cbCopy full SHA for 85923cb
1 file changed
Doc/whatsnew/3.8.rst
@@ -123,7 +123,7 @@ There is a new function parameter syntax ``/`` to indicate that some
123
function parameters must be specified positionally and cannot be used as
124
keyword arguments. This is the same notation shown by ``help()`` for C
125
functions annotated with Larry Hastings'
126
-`Argument Clinic <devguide.python.org/development-tools/clinic/>`__ tool.
+`Argument Clinic <https://devguide.python.org/development-tools/clinic/>`__ tool.
127
128
In the following example, parameters *a* and *b* are positional-only,
129
while *c* or *d* can be positional or keyword, and *e* or *f* are
0 commit comments