Phoenix docs: fix floatcanvas/FloatCanvas.py docstrings to avoid Sphinx warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Andrea Gavana
2014-02-09 13:14:42 +00:00
parent b5ecf4045b
commit a2b514bf53

View File

@@ -871,11 +871,11 @@ class PointsObjectMixin:
For example::
Points = Object.Points
# shifts the points 5 in the x dir, and 10 in the y dir.
Points += (5, 10)
# Sets the points to the same array as it was
Object.SetPoints(Points, False)
Points = Object.Points
# shifts the points 5 in the x dir, and 10 in the y dir.
Points += (5, 10)
# Sets the points to the same array as it was
Object.SetPoints(Points, False)
"""
if copy: