Author: Armin Rigo <[email protected]>
Branch:
Changeset: r2841:3425f640febb
Date: 2016-12-25 09:23 +0100
http://bitbucket.org/cffi/cffi/changeset/3425f640febb/
Log: typo
diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -902,7 +902,7 @@
from package.foo_build import ffi
extra_args = dict(
ext_modules=[ffi.verifier.get_extension()],
- ext_packages="...", # if needed
+ ext_package="...", # if needed
)
else:
extra_args = dict(
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit