[pypy-commit] pypy stm-thread: Update.

arigo noreply at buildbot.pypy.org
Fri Jun 15 08:38:53 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: stm-thread
Changeset: r55681:7c0fc9ed0de1
Date: 2012-06-15 08:38 +0200
http://bitbucket.org/pypy/pypy/changeset/7c0fc9ed0de1/

Log:	Update.

diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -65,7 +65,7 @@
 of threads.  But this is not visible: each 'do_work()' is run as one
 "atomic" block.  Multiple atomic block can actually run in parallel, but
 behave as if they were run serially.  This works as long as they are
-doing "generally independent" things.  More details in the next section.
+doing "generally independent" things.  More details about this later.
 
 The module is written in pure Python (`lib_pypy/transaction.py`_).
 See the source code to see how it is based on the `low-level interface`_.


More information about the pypy-commit mailing list