Docs: remove dpi from blf.size doc as it's deprecated

DPI argument of blf.size is deprecated, remove it from docs.

Ref !114319.
This commit is contained in:
Andrej730 2023-10-31 16:14:28 +05:00 committed by Campbell Barton
parent 92c9a2d1bc
commit 977c62c708
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static PyObject *py_blf_position(PyObject * /*self*/, PyObject *args)
}
PyDoc_STRVAR(py_blf_size_doc,
".. function:: size(fontid, size, dpi=72)\n"
".. function:: size(fontid, size)\n"
"\n"
" Set the size for drawing text.\n"
"\n"