[pypy-commit] pypy default: syntax fix

alex_gaynor noreply at buildbot.pypy.org
Fri Feb 28 21:06:43 CET 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r69565:a02be6558ee0
Date: 2014-02-28 12:06 -0800
http://bitbucket.org/pypy/pypy/changeset/a02be6558ee0/

Log:	syntax fix

diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst
--- a/pypy/doc/embedding.rst
+++ b/pypy/doc/embedding.rst
@@ -72,7 +72,7 @@
 installed; you can also replace this path with your local checkout.)
 We write a little C program:
 
-.. code-block: c
+.. code-block:: c
 
     #include "include/PyPy.h"
     #include <stdio.h>
@@ -108,7 +108,7 @@
 It's a bit longish, but it captures a gist what can be done with the PyPy
 embedding interface:
 
-.. code-block: c
+.. code-block:: c
 
     #include "include/PyPy.h"
     #include <stdio.h>


More information about the pypy-commit mailing list