From a7572bd2eccac240c5644e65a132c9f1c55e5e8c Mon Sep 17 00:00:00 2001 From: Metallicow Date: Mon, 17 Apr 2017 20:06:12 -0500 Subject: [PATCH 1/2] fix typo --- docs/MigrationGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MigrationGuide.rst b/docs/MigrationGuide.rst index fcea30f5..e3165587 100644 --- a/docs/MigrationGuide.rst +++ b/docs/MigrationGuide.rst @@ -510,7 +510,7 @@ The wxversion module -------------------- The ``wxversion`` module is gone, and will not be coming back. The old way of -handling muti-version installs and choosing between them was a giant hack in +handling multi-version installs and choosing between them was a giant hack in my opinion, and I regretted doing it shortly after it was implemented. However since there wasn't any other way that made sense at the time, and since some people were using it already, it got left in the distribution. But one of the From 6fdb2fdef2c05a6899eb900ce1b3d22ecb6b0b37 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Mon, 17 Apr 2017 20:08:52 -0500 Subject: [PATCH 2/2] fix typo --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f5f6c624..d788e32e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -670,7 +670,7 @@ Added ToolTipString property to wx.Window. Other minor fixes. -Udpates from the AGW and Editra projects. +Updates from the AGW and Editra projects.