[pypy-svn] tkinter default: typo

antocuni commits-noreply at bitbucket.org
Wed Apr 20 11:20:57 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r4:8d4c012f5134
Date: 2011-04-20 11:20 +0200
http://bitbucket.org/pypy/tkinter/changeset/8d4c012f5134/

Log:	typo

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 
 setup(name="tkinter-pypy",
       version="0.1",
-      description="Python interface to Tk GUI toolkit (for PyPy)",
+      description="Python interface to the Tk GUI toolkit (for PyPy)",
       author="Python development team and PyPy development team",
       author_email="pypy-dev at codespeak.net",
       url="http://bitbucket.org/pypy/tkinter/",


More information about the Pypy-commit mailing list