[pypy-svn] extradoc extradoc: some typos

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


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r3524:3014dcfe1882
Date: 2011-04-20 11:56 +0200
http://bitbucket.org/pypy/extradoc/changeset/3014dcfe1882/

Log:	some typos

diff --git a/blog/draft/tkinter.rst b/blog/draft/tkinter.rst
--- a/blog/draft/tkinter.rst
+++ b/blog/draft/tkinter.rst
@@ -13,8 +13,8 @@
 
 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
-working with PyPy, we had to modify it slightly, in order to remove the
-dependency on some API which are not supported by PyPy.  In particular, we
+work rwith 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,
 unlike CPython, in PyPy Tk windows created at the interactive prompt are not
@@ -23,12 +23,12 @@
 
 At the moment, ``_tkinter`` is not distributed with PyPy because our build
 system does not support automatic compilation of C extension.  Instead, it is
-necessary to install it manually, either directly from the source_ or by
+necessary to install it manually, either directly from source_ or by
 easy_installing/pip installing `tkinter-pypy`_ from PyPI.
 
 For everything to work correctly, you need a recent build of PyPy: the
-following is a step-by-step guide to install ``_tkinter`` in a PyPy nighlty
-build for Linux 64 bit; for other architectures, look at the `nighlty build
+following is a step-by-step guide to install ``_tkinter`` in a PyPy nightly
+build for Linux 64 bit; for other architectures, look at the `nightly build
 page`_::
 
   $ wget http://buildbot.pypy.org/nightly/trunk/pypy-c-jit-43485-1615dfd7d8f1-linux64.tar.bz2


More information about the Pypy-commit mailing list