[pypy-commit] extradoc extradoc: Fix (thanks camara)

arigo noreply at buildbot.pypy.org
Sun Apr 6 15:31:40 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5186:a63ce8e7cfdf
Date: 2014-04-06 15:31 +0200
http://bitbucket.org/pypy/extradoc/changeset/a63ce8e7cfdf/

Log:	Fix (thanks camara)

diff --git a/planning/tmdonate2.txt b/planning/tmdonate2.txt
--- a/planning/tmdonate2.txt
+++ b/planning/tmdonate2.txt
@@ -354,7 +354,7 @@
 false conflicts, but some conflicts may be regarded as "false" anyway:
 these involve most importantly the built-in dictionary type, for which
 we would like accesses and writes using independent keys to be truly
-independent.  Other built-in data structures we a similar issue are
+independent.  Other built-in data structures have a similar issue, like
 lists: ideally, writes to different indexes should not cause conflicts;
 but more generally, we would need a mechanism, possibly under the
 control of the application, to do things like append an item to a list


More information about the pypy-commit mailing list