diff --git a/docs/MigrationGuide.rst b/docs/MigrationGuide.rst index d3417776..d4b66e0d 100644 --- a/docs/MigrationGuide.rst +++ b/docs/MigrationGuide.rst @@ -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.