]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/ogl/_basic.py
undo last change
[wxWidgets.git] / wxPython / wx / lib / ogl / _basic.py
index e0d5c7307fa5915ea91a1904233b844f55d22120..de7b94a2b08cd98b0208eb26fab46a20a7c226f1 100644 (file)
@@ -2881,7 +2881,7 @@ class EllipseShape(Shape):
                 y = top
                 # We now have the point on the bounding box: but get the point
                 # on the ellipse by imagining a vertical line from
-                # (x, self._ypos - self_height - 500) to (x, self._ypos) intersecting
+                # (x, self._ypos - self._height - 500) to (x, self._ypos) intersecting
                 # the ellipse.
 
                 return DrawArcToEllipse(self._xpos, self._ypos, self._width, self._height, x, self._ypos - self._height - 500, x, self._ypos)