From 99aa76035d7f318bd610f2831473f9457d63e0b1 Mon Sep 17 00:00:00 2001 From: nutti Date: Tue, 19 Aug 2025 02:36:42 +0000 Subject: [PATCH] Fix: typo in mathutils.Vector doc-string Ref !144731 --- source/blender/python/mathutils/mathutils_Vector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/python/mathutils/mathutils_Vector.cc b/source/blender/python/mathutils/mathutils_Vector.cc index 3387e126e46..9a489453f89 100644 --- a/source/blender/python/mathutils/mathutils_Vector.cc +++ b/source/blender/python/mathutils/mathutils_Vector.cc @@ -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"