diff --git a/source/blender/python/api2_2x/Image.c b/source/blender/python/api2_2x/Image.c index a6de6d21263..f7d135fe7b3 100644 --- a/source/blender/python/api2_2x/Image.c +++ b/source/blender/python/api2_2x/Image.c @@ -663,7 +663,7 @@ static PyMethodDef BPy_Image_methods[] = { "(int) - Change Image object animation start value"}, {"setEnd", ( PyCFunction ) Image_setEnd, METH_VARARGS, "(int) - Change Image object animation end value"}, - {"setSpeed", ( PyCFunction ) Image_setEnd, METH_VARARGS, + {"setSpeed", ( PyCFunction ) Image_setSpeed, METH_VARARGS, "(int) - Change Image object animation speed (fps)"}, {"save", ( PyCFunction ) Image_save, METH_NOARGS, "() - Write image buffer to file"},