X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5499dd8961934ddd2436f6aefed203dd65efa339..ed8e1ecb3fdabbbe5062ebba2a50a2bc8d1e2c76:/wxPython/demo/GridHugeTable.py?ds=sidebyside diff --git a/wxPython/demo/GridHugeTable.py b/wxPython/demo/GridHugeTable.py index 87bcc3279b..69c840f5fd 100644 --- a/wxPython/demo/GridHugeTable.py +++ b/wxPython/demo/GridHugeTable.py @@ -21,7 +21,7 @@ class HugeTable(wxPyGridTableBase): self.even=wxGridCellAttr() self.even.SetBackgroundColour("sea green") - def GetAttr(self, row, col, kind): + def GetAttr(self, row, col, kind): attr = [self.even, self.odd][row % 2] attr.IncRef() return attr