diff --git a/doc/python_api/rst/bgl.rst b/doc/python_api/rst/bgl.rst index 0c40f2092a8..36333919309 100644 --- a/doc/python_api/rst/bgl.rst +++ b/doc/python_api/rst/bgl.rst @@ -21,8 +21,8 @@ offers a set of extensive examples, including advanced features. .. note:: - You can use the :class:`Image` type to load and set textures. - See :class:`Image.gl_load` and :class:`Image.gl_free`, + You can use the :class:`bpy.types.Image` type to load and set textures. + See :class:`bpy.types.Image.gl_load` and :class:`bpy.types.Image.gl_free`, for example.