Fix: typo in mathutils.Vector doc-string

Ref !144731
This commit is contained in:
nutti
2025-08-19 02:36:42 +00:00
committed by Campbell Barton
parent 087c442567
commit 99aa76035d

View File

@@ -940,7 +940,7 @@ static PyObject *Vector_orthogonal(VectorObject *self)
PyDoc_STRVAR(
/* Wrap. */
Vector_reflect_doc,
".. method:: reflect(mirror. /)\n"
".. method:: reflect(mirror, /)\n"
"\n"
" Return the reflection vector from the *mirror* argument.\n"
"\n"