mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
[3.12] Docs: Fix external link to devguide.python.org (GH-112899) (#113065)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
This commit is contained in:
parent
34714f4ac9
commit
d84aa5cd28
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ There is a new function parameter syntax ``/`` to indicate that some
|
||||||
function parameters must be specified positionally and cannot be used as
|
function parameters must be specified positionally and cannot be used as
|
||||||
keyword arguments. This is the same notation shown by ``help()`` for C
|
keyword arguments. This is the same notation shown by ``help()`` for C
|
||||||
functions annotated with Larry Hastings'
|
functions annotated with Larry Hastings'
|
||||||
`Argument Clinic <devguide.python.org/development-tools/clinic/>`__ tool.
|
`Argument Clinic <https://devguide.python.org/development-tools/clinic/>`__ tool.
|
||||||
|
|
||||||
In the following example, parameters *a* and *b* are positional-only,
|
In the following example, parameters *a* and *b* are positional-only,
|
||||||
while *c* or *d* can be positional or keyword, and *e* or *f* are
|
while *c* or *d* can be positional or keyword, and *e* or *f* are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue