]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/lib/grids.py
Unicode compilation fix
[wxWidgets.git] / utils / wxPython / lib / grids.py
index 061dc950752d113d501241472bac6f2d22e72f8d..12f866e42759b2e3a598ed0f14ded819ec4eec78 100644 (file)
 #----------------------------------------------------------------------
 
 """
-
-In this module you will find wxGridSizer and wxFlexgridSizer.
+In this module you will find wxGridSizer and wxFlexGridSizer.
 wxGridSizer arrainges its items in a grid in which all the widths and
 heights are the same.  wxFlexgridSizer allows different widths and
 heights, and you can also specify rows and/or columns that are
 growable.  See the demo for a couple examples for how to use them.
-
 """