]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/MigrationGuide.html
typo
[wxWidgets.git] / wxPython / docs / MigrationGuide.html
index 7760074c6c7111465c4f3a7767fcfd298ad3d28a..ad62e24fa1425eb9687ffdda845bc229912c85db 100644 (file)
@@ -776,8 +776,8 @@ things work.</p>
 site-packages, a file named <cite>wx.pth</cite> is optionally installed that will
 contain the name of the versioned subdirectory.  This will cause that
 subdirectory to be automatically added to the sys.path and so doing an
-&quot;import wx&quot; will find the package in the subdirectory like like it
-would have if it was still located directly in site-packages.  I say
+&quot;import wx&quot; will find the package in the subdirectory like it would
+have if it was still located directly in site-packages.  I say
 &quot;optionally&quot; above because that is how you can control which install
 of wxPython is the default one.  Which ever version installs the
 wx.pth file will be the one that is imported with a plain &quot;import wx&quot;