Author: Alex Gaynor <[email protected]>
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>
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit