API Docs: remove 'level' from blf.color arguments

Reviewers: brecht

Differential Revision: https://developer.blender.org/D3819
This commit is contained in:
2018-10-22 14:55:18 +02:00
parent 0f4064c66f
commit c49142dafe

View File

@@ -115,7 +115,7 @@ static PyObject *py_blf_aspect(PyObject *UNUSED(self), PyObject *args)
PyDoc_STRVAR(py_blf_color_doc, PyDoc_STRVAR(py_blf_color_doc,
".. function:: color(fontid, level, r, g, b, a)\n" ".. function:: color(fontid, r, g, b, a)\n"
"\n" "\n"
" Set the color for drawing text.\n" " Set the color for drawing text.\n"
"\n" "\n"