X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe763115457e499d731302b73484cd4e9111a52b..75e14ed5ee73dfdcee100d4d2aef84a247b5dde6:/wxPython/src/msw/grid.py?ds=sidebyside diff --git a/wxPython/src/msw/grid.py b/wxPython/src/msw/grid.py index 259d15e93c..54276f6831 100644 --- a/wxPython/src/msw/grid.py +++ b/wxPython/src/msw/grid.py @@ -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