diff --git a/kivy/graphics/context.pyx b/kivy/graphics/context.pyx index a14317d70..5d7008522 100644 --- a/kivy/graphics/context.pyx +++ b/kivy/graphics/context.pyx @@ -4,10 +4,12 @@ Context management .. versionadded:: 1.2.0 -This class manages a registry of all the created graphics instructions. It has +This class manages a registry of all created graphics instructions. It has the ability to flush and delete them. -You can read more about it at :doc:`api-kivy.graphics` +You can read more about Kivy graphics contexts in the :doc:`api-kivy.graphics` +module documentation. These are based on +`OpenGL graphics contexts `_. ''' __all__ = ('Context',)