update to new C roles and directives

This commit is contained in:
Sandro Tosi 2012-01-14 16:42:02 +01:00
parent bbd41d0874
commit 98ed08f24e
122 changed files with 2837 additions and 2837 deletions

View file

@ -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