dabo Commit
Revision 6167
Date: 2010-10-26 08:53:45 -0700 (Tue, 26 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6167

Changed:
U   trunk/dabo/ui/uiwx/dGridSizer.py

Log:
Corrected typo in docstring.


Diff:
Modified: trunk/dabo/ui/uiwx/dGridSizer.py
===================================================================
--- trunk/dabo/ui/uiwx/dGridSizer.py    2010-10-25 13:37:01 UTC (rev 6166)
+++ trunk/dabo/ui/uiwx/dGridSizer.py    2010-10-26 15:53:45 UTC (rev 6167)
@@ -10,7 +10,7 @@
 class dGridSizer(dSizerMixin.dSizerMixin, wx.GridBagSizer):
        def __init__(self, *args, **kwargs):
                """dGridSizer is a sizer that can lay out items in a virtual 
grid arrangement.
-               Items can be placed is specific row/column positions if that 
position is
+               Items can be placed in specific row/column positions if that 
position is
                unoccupied. You can specify either MaxCols or MaxRows, and then 
append
                items to the grid sizer; it will place them in the first open 
row/col
                position, until the Max* dimension is reached; after that, it 
starts over in



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to