fixed typo in docs/Shapes.rst

This commit is contained in:
/Fox --develop 2016-09-30 17:51:27 -07:00 committed by GitHub
parent 410cf048e2
commit 2750a5db62

View File

@ -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**::