PyDoc: Use explicit class names to refence class

This fixes the link and makes it more clear which class the note is 
talking about
This commit is contained in:
Aaron Carlisle 2020-10-07 17:25:19 -04:00
parent d88da4db67
commit c4a281e801
1 changed files with 2 additions and 2 deletions

View File

@ -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.