From 2750a5db62c51b96b7f48a179105c38e667f4bf3 Mon Sep 17 00:00:00 2001 From: /Fox --develop Date: Fri, 30 Sep 2016 17:51:27 -0700 Subject: [PATCH] fixed typo in docs/Shapes.rst --- docs/Shapes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Shapes.rst b/docs/Shapes.rst index e0d46b5..b981b49 100644 --- a/docs/Shapes.rst +++ b/docs/Shapes.rst @@ -97,7 +97,7 @@ is given, rotate around the center of the shape. .. note:: Equivalent to:: - shape:rotate(angle - shape.rotation(), cx,cy) + shape:rotate(angle - shape:rotation(), cx,cy) **Example**::