diff --git a/source/blender/python/generic/blf_py_api.c b/source/blender/python/generic/blf_py_api.c index 47a2289f87c..8f818d2b888 100644 --- a/source/blender/python/generic/blf_py_api.c +++ b/source/blender/python/generic/blf_py_api.c @@ -56,9 +56,7 @@ PyDoc_STRVAR(py_blf_size_doc, "font use 0.\n" " :type fontid: int\n" " :arg size: Point size of the font.\n" - " :type size: float\n" - " :arg dpi: DEPRECATED: Defaults to 72 when omitted.\n" - " :type dpi: int\n"); + " :type size: float\n"); static PyObject *py_blf_size(PyObject *UNUSED(self), PyObject *args) { int fontid;