[pypy-commit] pypy.org extradoc: Fight ReST.

arigo noreply at buildbot.pypy.org
Fri Mar 9 20:36:36 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r342:60690fab4391
Date: 2012-03-09 11:36 -0800
http://bitbucket.org/pypy/pypy.org/changeset/60690fab4391/

Log:	Fight ReST.

diff --git a/source/tmdonate.txt b/source/tmdonate.txt
--- a/source/tmdonate.txt
+++ b/source/tmdonate.txt
@@ -90,7 +90,7 @@
 What is Transactional Memory?
 -----------------------------
 
-`Transactional Memory`_ (TM) is a technique imported from databases: every
+`Transactional Memory`_ --- TM --- is a technique imported from databases: every
 time we want to do a change to the processors' main memory, we do it in
 a "transaction".  Multiple transactions can be executed in parallel by
 multiple cores.  When a transaction is complete, we try to commit it.
diff --git a/tmdonate.html b/tmdonate.html
--- a/tmdonate.html
+++ b/tmdonate.html
@@ -109,7 +109,7 @@
 </div>
 <div class="section" id="what-is-transactional-memory">
 <h2>What is Transactional Memory?</h2>
-<p><a class="reference external" href="http://en.wikipedia.org/wiki/Transactional_memory">Transactional Memory</a> &trade; is a technique imported from databases: every
+<p><a class="reference external" href="http://en.wikipedia.org/wiki/Transactional_memory">Transactional Memory</a> &ndash; TM &ndash; is a technique imported from databases: every
 time we want to do a change to the processors' main memory, we do it in
 a &ldquo;transaction&rdquo;.  Multiple transactions can be executed in parallel by
 multiple cores.  When a transaction is complete, we try to commit it.


More information about the pypy-commit mailing list