[pypy-commit] pypy default: fixed width for this text.

alex_gaynor noreply at buildbot.pypy.org
Mon Jun 6 11:53:49 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r44731:1f10820b844d
Date: 2011-06-06 11:54 +0200
http://bitbucket.org/pypy/pypy/changeset/1f10820b844d/

Log:	fixed width for this text.

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