[pypy-svn] extradoc extradoc: typo

cfbolz commits-noreply at bitbucket.org
Wed Apr 20 12:05:34 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r3525:00697fb5a30c
Date: 2011-04-20 12:05 +0200
http://bitbucket.org/pypy/extradoc/changeset/00697fb5a30c/

Log:	typo

diff --git a/blog/draft/tkinter.rst b/blog/draft/tkinter.rst
--- a/blog/draft/tkinter.rst
+++ b/blog/draft/tkinter.rst
@@ -13,7 +13,7 @@
 
 The `PyPy version of _tkinter`_ reuses the C code of as found in CPython and
 compile it through the PyPy C-API compatibility layer, ``cpyext``.  To make it
-work rwith PyPy, we had to modify it slightly, in order to remove the
+work with PyPy, we had to modify it slightly, in order to remove the
 dependency on some API functions which are not supported by PyPy.  In particular, we
 removed the dependency on the ``PyOS_InputHook`` variable, which allows a nice
 integration of Tkinter and the Python interactive prompt: the result is that,


More information about the Pypy-commit mailing list