PyAPI: correct types in doc-strings

Ref !116245
This commit is contained in:
nutti
2024-10-09 14:29:58 +11:00
committed by Campbell Barton
parent 8d7c98a3c8
commit 933fb1978f
15 changed files with 25 additions and 25 deletions

View File

@@ -527,7 +527,7 @@ PyDoc_STRVAR(
" transform as a stroke.\n"
" :type pred: :class:`UnaryPredicate1D`\n"
" :arg shaders: The list of shaders used to shade the strokes.\n"
" :type shaders: list of :class:`StrokeShader` objects");
" :type shaders: list of :class:`StrokeShader`");
static PyObject *Operators_create(BPy_Operators * /*self*/, PyObject *args, PyObject *kwds)
{