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

Reply via email to