Doc: fix default role usage (except in unittest mock docs)

This commit is contained in:
Georg Brandl 2014-10-30 22:25:41 +01:00
parent aea7f4a8e2
commit 93a56cdc37
14 changed files with 25 additions and 25 deletions

View file

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