mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user