[pypy-commit] pypy default: plural :-)

arigo noreply at buildbot.pypy.org
Tue Mar 24 20:55:52 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r76547:245b1e2daf67
Date: 2015-03-24 20:55 +0100
http://bitbucket.org/pypy/pypy/changeset/245b1e2daf67/

Log:	plural :-)

diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -212,7 +212,7 @@
 .. __: `Drop-in replacement`_
 .. __: `transaction.TransactionQueue`_
 
-The issue with low-level threads are well known (particularly in other
+The issues with low-level threads are well known (particularly in other
 languages that don't have GIL-based interpreters): memory corruption,
 deadlocks, livelocks, and so on.  There are alternative approaches to
 dealing directly with threads, like OpenMP_.  These approaches


More information about the pypy-commit mailing list