[pypy-commit] cffi default: update

arigo noreply at buildbot.pypy.org
Sat Feb 23 15:20:10 CET 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1167:04a15b0fd6d7
Date: 2013-02-23 15:16 +0100
http://bitbucket.org/cffi/cffi/changeset/04a15b0fd6d7/

Log:	update

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1144,7 +1144,7 @@
    a number of attributes for introspection: ``kind`` and ``cname`` are
    always present, and depending on the kind they may also have
    ``item``, ``length``, ``fields``, ``args``, ``result``, ``ellipsis``,
-   ``abi`` and ``elements``.
+   ``abi``, ``elements`` and ``relements``.
 
 ``ffi.sizeof("C type" or cdata object)``: return the size of the
 argument in bytes.  The argument can be either a C type, or a cdata object,


More information about the pypy-commit mailing list