mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
update to new C roles and directives
This commit is contained in:
parent
bbd41d0874
commit
98ed08f24e
122 changed files with 2837 additions and 2837 deletions
|
|
@ -719,7 +719,7 @@ the call.
|
|||
An implementation may provide built-in functions whose positional parameters
|
||||
do not have names, even if they are 'named' for the purpose of documentation,
|
||||
and which therefore cannot be supplied by keyword. In CPython, this is the
|
||||
case for functions implemented in C that use :cfunc:`PyArg_ParseTuple` to
|
||||
case for functions implemented in C that use :c:func:`PyArg_ParseTuple` to
|
||||
parse their arguments.
|
||||
|
||||
If there are more positional arguments than there are formal parameter slots, a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue