[pypy-commit] pypy default: add a title

fijal noreply at buildbot.pypy.org
Fri Feb 28 16:53:12 CET 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r69556:2ac5b22f126e
Date: 2014-02-28 17:52 +0200
http://bitbucket.org/pypy/pypy/changeset/2ac5b22f126e/

Log:	add a title

diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst
--- a/pypy/doc/embedding.rst
+++ b/pypy/doc/embedding.rst
@@ -1,3 +1,6 @@
+
+Embedding PyPy
+--------------
 
 PyPy has a very minimal and a very strange embedding interface, based on
 the usage of `cffi`_ and the philosophy that Python is a better language in C.


More information about the pypy-commit mailing list