Fix small typo in BGL API docs

Differential Revision: https://developer.blender.org/D6681
This commit is contained in:
Ian Karanja 2020-02-14 17:57:45 +01:00 committed by Brecht Van Lommel
parent e7cf132e57
commit 73e404697b
1 changed files with 1 additions and 1 deletions

View File

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