From 005fcc90c6f6946827ecfacc5694df7cee07ddbf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 27 Feb 2019 12:18:04 -0800 Subject: [PATCH] fix typo (cherry picked from commit 53e8370e02969c85088afda30c4a333455c8d840) --- docs/MigrationGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.