From c49142dafef614102ae6b1e01ffb9111ddde03d2 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Mon, 22 Oct 2018 14:55:18 +0200 Subject: [PATCH] API Docs: remove 'level' from blf.color arguments Reviewers: brecht Differential Revision: https://developer.blender.org/D3819 --- source/blender/python/generic/blf_py_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/python/generic/blf_py_api.c b/source/blender/python/generic/blf_py_api.c index 71812466477..7337706639f 100644 --- a/source/blender/python/generic/blf_py_api.c +++ b/source/blender/python/generic/blf_py_api.c @@ -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"