Author: Armin Rigo <ar...@tunes.org>
Branch: static-callback-embedding
Changeset: r2581:baa217ccf175
Date: 2016-01-14 10:31 +0100
http://bitbucket.org/cffi/cffi/changeset/baa217ccf175/

Log:    details

diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst
--- a/doc/source/embedding.rst
+++ b/doc/source/embedding.rst
@@ -278,9 +278,9 @@
 copy the file, or on POSIX use a symlink.
 
 The module then works like a regular CFFI extension module.  It is
-imported with ``from c_module_name import ffi, lib`` and exposes on
+imported with "``from c_module_name import ffi, lib``" and exposes on
 the ``lib`` object all C functions.  You can test it by calling these
-C functions.  The initialization-time Python code included with the
+C functions.  The initialization-time Python code frozen inside the
 DLL is executed the first time such a call is done.
 
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to