diff options
| author | Georg Brandl <georg@python.org> | 2009-10-22 11:48:10 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-10-22 11:48:10 (GMT) |
| commit | 6c14e587f59e72d69b99fdf766bbbcbf4af920fa (patch) | |
| tree | 6cec7b8014032f1d8ae9a5574c9bfd2c14320b4a /Doc/reference/expressions.rst | |
| parent | 3954d21cc5bdef2bed90c875fc80a620b28271d5 (diff) | |
| download | cpython-6c14e587f59e72d69b99fdf766bbbcbf4af920fa.zip cpython-6c14e587f59e72d69b99fdf766bbbcbf4af920fa.tar.gz cpython-6c14e587f59e72d69b99fdf766bbbcbf4af920fa.tar.bz2 | |
Use "impl-detail" directive where applicable.
Diffstat (limited to 'Doc/reference/expressions.rst')
| -rw-r--r-- | Doc/reference/expressions.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index e1b0ada..6481894 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -663,13 +663,13 @@ slots for which no default value is specified, a :exc:`TypeError` exception is raised. Otherwise, the list of filled slots is used as the argument list for the call. -.. note:: +.. impl-detail:: - 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 parse their - arguments. + 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 + parse their arguments. If there are more positional arguments than there are formal parameter slots, a :exc:`TypeError` exception is raised, unless a formal parameter using the syntax |
