]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/GridCustTable.py
mention ShouldInheritColours() change
[wxWidgets.git] / wxPython / demo / GridCustTable.py
index 3d4b6b301195310912cf1b8aa562dc241aab735d..2bd5d978e461b8a05a1a7c3f143a385f60f33e79 100644 (file)
@@ -83,7 +83,7 @@ class CustomDataTable(wxPyGridTableBase):
 
     # Called to determine the kind of editor/renderer to use by
     # default, doesn't necessarily have to be the same type used
-    # nativly by the editor/renderer if they know how to convert.
+    # natively by the editor/renderer if they know how to convert.
     def GetTypeName(self, row, col):
         return self.dataTypes[col]