]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/grid.py
Various tweaks, docstring fixes, etc.
[wxWidgets.git] / wxPython / src / msw / grid.py
index 259d15e93c4d3a3649b955bcd28e4683a76a8833..54276f68310791882fe68a14860044ee81b78e98 100644 (file)
@@ -447,7 +447,7 @@ class GridCellFloatEditor(GridCellTextEditor):
     def __repr__(self):
         return "<%s.%s; proxy of C++ wxGridCellFloatEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
     def __init__(self, *args, **kwargs):
-        """__init__() -> GridCellFloatEditor"""
+        """__init__(int width=-1, int precision=-1) -> GridCellFloatEditor"""
         newobj = _grid.new_GridCellFloatEditor(*args, **kwargs)
         self.this = newobj.this
         self.thisown = 1