From fae49716c3dfe2a7fccf5cb73c22d987460eb714 Mon Sep 17 00:00:00 2001 From: "Lauritz V. Thaulow" Date: Mon, 20 Oct 2014 23:03:16 +0200 Subject: [PATCH] Fix typo in graphics guide docs --- doc/sources/guide/graphics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/guide/graphics.rst b/doc/sources/guide/graphics.rst index 921f1fc74..ec833fb46 100644 --- a/doc/sources/guide/graphics.rst +++ b/doc/sources/guide/graphics.rst @@ -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 respectively. This means that they will appear under (be executed before) and 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: