X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8ace611be19b19219865cae0d513e08e488dd63..dba2120c77bf1ee0822a389302b9e8c93f08fa4f:/wxPython/demo/ColourDB.py diff --git a/wxPython/demo/ColourDB.py b/wxPython/demo/ColourDB.py index f23e294fe5..1f0978818d 100644 --- a/wxPython/demo/ColourDB.py +++ b/wxPython/demo/ColourDB.py @@ -78,7 +78,7 @@ class TestWindow(wxScrolledWindow): numColours = len(colours) if rgn: - # determine the subset that have been exposed and needs drawn + # determine the subset that has been exposed and needs drawn rect = rgn.GetBox() pixStart = vs[1]*self.lineHeight + rect.y pixStop = pixStart + rect.height