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

Reviewers: brecht

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

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