Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Karanja <ranjian0>2020-02-14 19:57:45 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-02-14 19:59:00 +0300
commit73e404697bbab6f095d1e8e912b8159338765ae0 (patch)
treea809a65a1fc553271af6355489c3ed24473fd6cb /doc
parente7cf132e573da5c47718be79a2d3278fb842d49b (diff)
Fix small typo in BGL API docs
Differential Revision: https://developer.blender.org/D6681
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bgl.rst2
1 files changed, 1 insertions, 1 deletions
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.