[pypy-svn] r41217 - pypy/dist/pypy/doc

guido at codespeak.net guido at codespeak.net
Fri Mar 23 22:00:40 CET 2007


Author: guido
Date: Fri Mar 23 22:00:39 2007
New Revision: 41217

Modified:
   pypy/dist/pypy/doc/stackless.txt
Log:
Some typos.


Modified: pypy/dist/pypy/doc/stackless.txt
==============================================================================
--- pypy/dist/pypy/doc/stackless.txt	(original)
+++ pypy/dist/pypy/doc/stackless.txt	Fri Mar 23 22:00:39 2007
@@ -30,11 +30,11 @@
     py.py --withmod-_stackless
 
 This is implemented internally using greenlets, so it only works on a
-platform where the `Py lib greenlets`_ are supported.  A few features do
-not work in this way, though, and really require a translated
+platform where `Py lib greenlets`_ are supported.  A few features do
+not work this way, though, and really require a translated
 ``pypy-c``.
 
-To obtained a translated version of ``pypy-c`` that includes Stackless
+To obtain a translated version of ``pypy-c`` that includes Stackless
 support, run translate.py as follows::
 
     cd pypy/translator/goal
@@ -45,8 +45,8 @@
 =============================
 
 A stackless PyPy contains a module called ``stackless``.  The interface
-exposed by this module has not been much refined, so it should be
-considered in-flux (as of 2006).
+exposed by this module have not been refined much, so it should be
+considered in-flux (as of 2007).
 
 So far, PyPy does not provide support for ``stackless`` in a threaded
 environment.  This limitation is not fundamental, as previous experience



More information about the Pypy-commit mailing list