]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/MigrationGuide.html
minor tweaks
[wxWidgets.git] / wxPython / docs / MigrationGuide.html
index 35a7cda715069b57168f7cdce969103fff69137e..585fcda395aa0806cd8bf2fb140d4ebcc828d965 100644 (file)
@@ -791,7 +791,7 @@ import wxversion
 wxversion.select("2.4")
 import wx
 </pre>
-<p>Then eventhough a 2.5 version of wxPython may be the default the
+<p>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.  <strong>NOTE:</strong> There isn't actually a 2.4
 version of wxPython that supports this, but there will be.</p>