From: Robin Dunn Date: Tue, 9 Nov 2004 03:41:00 +0000 (+0000) Subject: typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2b00444c2bf53995355cf70a35ea834cd042f2ec typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/MigrationGuide.html b/wxPython/docs/MigrationGuide.html index 35a7cda715..585fcda395 100644 --- a/wxPython/docs/MigrationGuide.html +++ b/wxPython/docs/MigrationGuide.html @@ -791,7 +791,7 @@ import wxversion wxversion.select("2.4") import wx -

Then eventhough a 2.5 version of wxPython may be the default the +

Then even though a 2.5 version of wxPython may be the default the application that does the above the first time that wx is imported will actually get a 2.4 version. NOTE: There isn't actually a 2.4 version of wxPython that supports this, but there will be.

diff --git a/wxPython/docs/MigrationGuide.txt b/wxPython/docs/MigrationGuide.txt index 9cda3c48af..0ade0dcccf 100644 --- a/wxPython/docs/MigrationGuide.txt +++ b/wxPython/docs/MigrationGuide.txt @@ -877,7 +877,7 @@ would like to to have imported. You use it like this:: wxversion.select("2.4") import wx -Then eventhough a 2.5 version of wxPython may be the default the +Then even though a 2.5 version of wxPython may be the default the application that does the above the first time that wx is imported will actually get a 2.4 version. **NOTE:** There isn't actually a 2.4 version of wxPython that supports this, but there will be.