mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Doc: fix default role usage (except in unittest mock docs)
This commit is contained in:
parent
aea7f4a8e2
commit
93a56cdc37
14 changed files with 25 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue