10BC0 doc: fix syntax · python/cpython@8a32aa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a32aa1

Browse files
committed
doc: fix syntax
1 parent 6e72900 commit 8a32aa1

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 (that is, a function using the :c:macro:METH_FASTCALL calling
523-
convention).
522+
local variables (that is, a function using the :c:macro:`METH_FASTCALL`
523+
calling convention).
524524
Returns true on success; on failure, it returns false and raises the
525525
appropriate exception.
526526

0 commit comments

Comments
 (0)
0