(cherry picked from commit 53e8370e02)
This commit is contained in:
Robin Dunn
2019-02-27 12:18:04 -08:00
parent fd1c26d2e1
commit 005fcc90c6

View File

@@ -600,7 +600,7 @@ wx.html.HtmlWindow.OnOpeningURL
-------------------------------
In wxPython Classic the return value of ``wx.html.HtmlWindow.OnOpeningURL`` and
``wx.html.HtmlWindoInterface.OnHTMLOpeningURL`` could be either a value from the
``wx.html.HtmlWindowInterface.OnHTMLOpeningURL`` could be either a value from the
``wx.html.HtmlOpeningStatus`` enumeration, or a string containing the URL to
redirect to.