Author: Armin Rigo <[email protected]>
Branch: release-1.13
Changeset: r3327:7bb4532bcfcc
Date: 2020-01-11 09:53 +0100
http://bitbucket.org/cffi/cffi/changeset/7bb4532bcfcc/
Log: back-port typo fix
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