Skip to content

Commit 6e72900

Browse files
committed
Rephrase the doc
1 parent c2aa2b7 commit 6e72900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/arg.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ API Functions
519519
.. c:function:: int PyArg_ParseVector(PyObject *const *args, Py_ssize_t nargs, const char *format, ...)
520520
521521
Parse the parameters of a function that takes only vector parameters into
522-
local variables; function using the :c:macro:`METH_FASTCALL` calling
523-
convention.
522+
local variables (that is, a function using the :c:macro:METH_FASTCALL calling
523+
convention).
524524
Returns true on success; on failure, it returns false and raises the
525525
appropriate exception.
526526

0 commit comments

Comments
 (0)