mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01: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::
|
For example::
|
||||||
|
|
||||||
Points = Object.Points
|
Points = Object.Points
|
||||||
# shifts the points 5 in the x dir, and 10 in the y dir.
|
# shifts the points 5 in the x dir, and 10 in the y dir.
|
||||||
Points += (5, 10)
|
Points += (5, 10)
|
||||||
# Sets the points to the same array as it was
|
# Sets the points to the same array as it was
|
||||||
Object.SetPoints(Points, False)
|
Object.SetPoints(Points, False)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
if copy:
|
if copy:
|
||||||
|
|||||||
Reference in New Issue
Block a user