X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26eac43ed138355a6c8e091d03696a715b6df559..4276dc529d44f9107748f2ed6ca36f8ddfce12f4:/wxPython/src/gtk/html.py?ds=sidebyside diff --git a/wxPython/src/gtk/html.py b/wxPython/src/gtk/html.py index d3a184fc68..f9b07119a6 100644 --- a/wxPython/src/gtk/html.py +++ b/wxPython/src/gtk/html.py @@ -1000,11 +1000,7 @@ class HtmlWindow(windows.ScrolledWindow): return _html.HtmlWindow_SetFonts(*args, **kwargs) def SetTitle(*args, **kwargs): - """ - SetTitle(String title) - - Sets the window's title. Applicable only to frames and dialogs. - """ + """SetTitle(String title)""" return _html.HtmlWindow_SetTitle(*args, **kwargs) def SetBorders(*args, **kwargs):