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"