Author: Alex Gaynor <alex.gay...@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
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to