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

@@ -353,7 +353,7 @@ PyDoc_STRVAR(
"has exactly one normal. In a smooth surface, an SVertex can have any\n"
"number of normals.\n"
"\n"
":type: list of :class:`mathutils.Vector` objects");
":type: list of :class:`mathutils.Vector`");
static PyObject *SVertex_normals_get(BPy_SVertex *self, void * /*closure*/)
{