diff options
| author | Georg Brandl <georg@python.org> | 2014-10-30 22:25:41 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-30 22:25:41 +0100 |
| commit | 93a56cdc3798f66f82f8c3d538b479df8931752e (patch) | |
| tree | 31b5320243b711763d7e5a92db2a2744188e0f9c /Doc/c-api | |
| parent | aea7f4a8e27a2f3a512a9cafbee25e00247f548b (diff) | |
| download | cpython-git-93a56cdc3798f66f82f8c3d538b479df8931752e.tar.gz | |
Doc: fix default role usage (except in unittest mock docs)
Diffstat (limited to 'Doc/c-api')
| -rw-r--r-- | Doc/c-api/exceptions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst index 8e70560776..bb8886d3f0 100644 --- a/Doc/c-api/exceptions.rst +++ b/Doc/c-api/exceptions.rst @@ -111,7 +111,7 @@ NULL pointer for use in a ``return`` statement. .. c:function:: PyObject* PyErr_FormatV(PyObject *exception, const char *format, va_list vargs) - Same as :c:func:`PyErr_Format`, but taking a `va_list` argument rather + Same as :c:func:`PyErr_Format`, but taking a :c:type:`va_list` argument rather than a variable number of arguments. .. versionadded:: 3.5 |
