From a2b514bf534832ef23d4eacbd4fbd03c258ff8ea Mon Sep 17 00:00:00 2001 From: Andrea Gavana Date: Sun, 9 Feb 2014 13:14:42 +0000 Subject: [PATCH] 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 --- wx/lib/floatcanvas/FloatCanvas.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wx/lib/floatcanvas/FloatCanvas.py b/wx/lib/floatcanvas/FloatCanvas.py index a46ef645..bd85aab6 100644 --- a/wx/lib/floatcanvas/FloatCanvas.py +++ b/wx/lib/floatcanvas/FloatCanvas.py @@ -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: