Merge pull request #47 from Guard13007/patch-1

fixed typo in docs/Shapes.rst
This commit is contained in:
Matthias Richter 2017-03-16 20:20:50 +01:00 committed by GitHub
commit 81676a95b0

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