From 73e404697bbab6f095d1e8e912b8159338765ae0 Mon Sep 17 00:00:00 2001 From: Ian Karanja Date: Fri, 14 Feb 2020 17:57:45 +0100 Subject: Fix small typo in BGL API docs Differential Revision: https://developer.blender.org/D6681 --- doc/python_api/rst/bgl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3