X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6646ca90e801375fa3ce36206e02f76f202e13c6..365271b573e3d0ab7512471358f98a589f18c104:/wxPython/src/mac/_controls.py diff --git a/wxPython/src/mac/_controls.py b/wxPython/src/mac/_controls.py index 09eaac9f35..898eb10064 100644 --- a/wxPython/src/mac/_controls.py +++ b/wxPython/src/mac/_controls.py @@ -7274,7 +7274,7 @@ class SearchCtrl(TextCtrl): """ GetDescriptiveText(self) -> String - Set the text to be displayed when the user has not yet typed anything + Get the text to be displayed when the user has not yet typed anything in the control. """ return _controls_.SearchCtrl_GetDescriptiveText(*args, **kwargs)