mirror of https://github.com/kivy/kivy.git
Fix typo in graphics guide docs
This commit is contained in:
parent
a56d0250b4
commit
fae49716c3
|
@ -23,7 +23,7 @@ Canvasses can contain two subsets of instructions. They are the
|
||||||
groups will be executed before and after the :mod:`~kivy.graphics.canvas` group
|
groups will be executed before and after the :mod:`~kivy.graphics.canvas` group
|
||||||
respectively. This means that they will appear under (be executed before) and
|
respectively. This means that they will appear under (be executed before) and
|
||||||
above (be executed after) them.
|
above (be executed after) them.
|
||||||
Thoses groups are not created until the user accesses them.
|
Those groups are not created until the user accesses them.
|
||||||
|
|
||||||
To add a canvas instruction to a widget, you use the canvas context:
|
To add a canvas instruction to a widget, you use the canvas context:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue