[pypy-commit] cffi default: Issue #439

arigo pypy.commits at gmail.com
Sat Jan 11 03:51:00 EST 2020


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r3326:8cb2dd342e29
Date: 2020-01-11 09:50 +0100
http://bitbucket.org/cffi/cffi/changeset/8cb2dd342e29/

Log:	Issue #439

	Oops, potentially bad typo in the overview page

diff --git a/doc/source/overview.rst b/doc/source/overview.rst
--- a/doc/source/overview.rst
+++ b/doc/source/overview.rst
@@ -335,7 +335,7 @@
    
       ffibuilder.set_source("_pi",  # name of the output C extension
       """
-          #include "pi.h"',
+          #include "pi.h"
       """,
           sources=['pi.c'],   # includes pi.c as additional sources
           libraries=['m'])    # on Unix, link with the math library


More information about the pypy-commit mailing list