X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a2df8090e8f9f53ce5211f7037c632f792fed9be..3eac0818ff869f347e7fe3f745079624f3669b57:/wxPython/wx/lib/ogl/_basic.py diff --git a/wxPython/wx/lib/ogl/_basic.py b/wxPython/wx/lib/ogl/_basic.py index e0d5c7307f..de7b94a2b0 100644 --- a/wxPython/wx/lib/ogl/_basic.py +++ b/wxPython/wx/lib/ogl/_basic.py @@ -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)