Merge pull request #285 from Metallicow/patch-1

Fix a few typos
This commit is contained in:
Robin Dunn
2017-04-18 15:56:51 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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