X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/704eda0cdc33dfb009dfd578fdf78ee29e159f23..1f5cf9cc23f7763e9ee7984b171bb4b6a3ce3ffb:/wxPython/src/mac/html.py diff --git a/wxPython/src/mac/html.py b/wxPython/src/mac/html.py index b48d4a773f..c76394613a 100644 --- a/wxPython/src/mac/html.py +++ b/wxPython/src/mac/html.py @@ -1566,7 +1566,7 @@ class HtmlHelpWindow(_core.Window): return _html.HtmlHelpWindow_GetCfgData(*args, **kwargs) def GetTreeCtrl(*args, **kwargs): - """GetTreeCtrl(self) -> wxTreeCtrl""" + """GetTreeCtrl(self) -> wxPyTreeCtrl""" return _html.HtmlHelpWindow_GetTreeCtrl(*args, **kwargs) _html.HtmlHelpWindow_swigregister(HtmlHelpWindow)