[Bf-blender-cvs] [73e404697bb] master: Fix small typo in BGL API docs

Ian Karanja noreply at git.blender.org
Fri Feb 14 17:59:35 CET 2020


Commit: 73e404697bbab6f095d1e8e912b8159338765ae0
Author: Ian Karanja
Date:   Fri Feb 14 17:57:45 2020 +0100
Branches: master
https://developer.blender.org/rB73e404697bbab6f095d1e8e912b8159338765ae0

Fix small typo in BGL API docs

Differential Revision: https://developer.blender.org/D6681

===================================================================

M	doc/python_api/rst/bgl.rst

===================================================================

diff --git a/doc/python_api/rst/bgl.rst b/doc/python_api/rst/bgl.rst
index c1db4a6b3cc..746e5d1d674 100644
--- a/doc/python_api/rst/bgl.rst
+++ b/doc/python_api/rst/bgl.rst
@@ -22,7 +22,7 @@ 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_load`,
+   See :class:`Image.gl_load` and :class:`Image.gl_free`,
    for example.



More information about the Bf-blender-cvs mailing list