From eea6c699ea0029eacf3891396f24ac9872c4e062 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 19 Jul 2017 16:25:58 -0700 Subject: [PATCH] typos --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c2a8f7a4..f8f2af68 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,7 +23,7 @@ are imported. Fixed issue in wx.TreeItemId comparison methods affecting PyCrust and other tools. -Restore the simplified names for the wxGridSElectionModes enum that were +Restore the simplified names for the wxGridSelectionModes enum that were present in Classic. Add accessors for the internal widgets in the wx.EditableListBox. @@ -44,7 +44,7 @@ than 3 points. Transfer the ownership of the prop arg in wx.propgrid.PGProperty.AddChild and AddPrivateChild. Various other fixes in wx.propgrid classes for backwards compatibility and to fix problems caused by mismatches between customizations -that were done for Classic and how Phoenix does things by default.. +that were done for Classic and how Phoenix does things by default.