Cleanup: prefer 'arg' over 'params' for sphinx documentation
While both are supported, 'arg' is in more common use so prefer it.
This commit is contained in:
@@ -31,7 +31,7 @@ PyDoc_STRVAR(pygpu_select_load_id_doc,
|
||||
"\n"
|
||||
" Set the selection ID.\n"
|
||||
"\n"
|
||||
" :param id: Number (32-bit uint).\n"
|
||||
" :arg id: Number (32-bit uint).\n"
|
||||
" :type select: int\n");
|
||||
static PyObject *pygpu_select_load_id(PyObject *UNUSED(self), PyObject *value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user