Fix #116842: Incorrect API docs for gpu.matrix.load_identity

This commit is contained in:
Campbell Barton
2024-01-09 12:50:40 +11:00
parent c6485d5947
commit 1a8201e53f

View File

@@ -420,7 +420,7 @@ static PyObject *pygpu_matrix_reset(PyObject * /*self*/)
PyDoc_STRVAR(pygpu_matrix_load_identity_doc,
".. function:: load_identity()\n"
"\n"
" Empty stack and set to identity.\n");
" Load an identity matrix into the stack.\n");
static PyObject *pygpu_matrix_load_identity(PyObject * /*self*/)
{
GPU_matrix_identity_set();