From 9b224fcb3162f385c8eaf06dadcc2e13a5735841 Mon Sep 17 00:00:00 2001 From: Nelson Brochado Date: Thu, 20 Aug 2015 03:26:36 +0200 Subject: [PATCH] Corrected a typo in the setup.py file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43606dec..ef202f7a 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ PLATFORMS = "WIN32,WIN64,OSX,POSIX" KEYWORDS = "GUI,wx,wxWindows,wxWidgets,cross-platform,awesome" LONG_DESCRIPTION = """\ -wxPython_Phoenix is a is a new implementation of wxPython focused on +wxPython_Phoenix is a new implementation of wxPython focused on improving speed, maintainability and extensibility. Just like "Classic" wxPython it wraps the wxWidgets C++ toolkit and provides access to the user interface portions of the wx API, enabling Python applications to have a GUI