[pypy-commit] pypy default: merge heads

antocuni noreply at buildbot.pypy.org
Mon Jun 6 13:40:19 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r44734:5ba4ba85a99b
Date: 2011-06-06 13:40 +0200
http://bitbucket.org/pypy/pypy/changeset/5ba4ba85a99b/

Log:	merge heads

diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-ideas.rst
@@ -43,8 +43,8 @@
   - for each source code line, it shows the corresponding Python bytecode
 
   - for each opcode, it shows the corresponding jit operations, which are the
-    ones actually sent to the backend for compiling (such as "i15 = i10 <
-    2000" in the example)
+    ones actually sent to the backend for compiling (such as ``i15 = i10 <
+    2000`` in the example)
 
 .. image:: image/jitviewer.png
 


More information about the pypy-commit mailing list