Code: Select all
>>> type(bpy.data.objects['Cube'].data.
shape_keys.key_blocks[1].data[0])
<class 'bpy.types.ShapeKeyPoint'>
>>> type(bpy.data.objects['Cube'].data
.shape_keys.key_blocks[1].data[0].co)
<class 'Vector'>
Correcting these errors aparently would involve modifying by hand the output of an automatic documentation generator, which is quite difficult to mantain. I don't know how this thing can be solved but probably Blender users should start by having some sort of central repository for documentation errors.
What if the online API documentation provided a link in every page pointing to some sort of simple wiki-like-discussion-page? What do you think?