From db93f8f85bdd49f8c30ad600cffdb4fcab1538c8 Mon Sep 17 00:00:00 2001
From: Robin Dunn
Date: Sun, 24 Oct 2004 01:04:11 +0000
Subject: [PATCH] typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
wxPython/docs/MigrationGuide.html | 4 ++--
wxPython/docs/MigrationGuide.txt | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/wxPython/docs/MigrationGuide.html b/wxPython/docs/MigrationGuide.html
index 7760074c6c..ad62e24fa1 100644
--- a/wxPython/docs/MigrationGuide.html
+++ b/wxPython/docs/MigrationGuide.html
@@ -776,8 +776,8 @@ things work.
site-packages, a file named wx.pth 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
-"import wx" will find the package in the subdirectory like like it
-would have if it was still located directly in site-packages. I say
+"import wx" will find the package in the subdirectory like it would
+have if it was still located directly in site-packages. I say
"optionally" 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 "import wx"
diff --git a/wxPython/docs/MigrationGuide.txt b/wxPython/docs/MigrationGuide.txt
index d93ad9b85f..e98255cfd7 100644
--- a/wxPython/docs/MigrationGuide.txt
+++ b/wxPython/docs/MigrationGuide.txt
@@ -861,8 +861,8 @@ In addition to installing wxPython into a "versioned" subdirectory of
site-packages, a file named `wx.pth` 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
-"import wx" will find the package in the subdirectory like like it
-would have if it was still located directly in site-packages. I say
+"import wx" will find the package in the subdirectory like it would
+have if it was still located directly in site-packages. I say
"optionally" 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 "import wx"
--
2.47.2