From c4a281e8018b4e2ee37628ea40b601daa138b921 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 7 Oct 2020 17:25:19 -0400 Subject: [PATCH] PyDoc: Use explicit class names to refence class This fixes the link and makes it more clear which class the note is talking about --- doc/python_api/rst/bgl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.