[pypy-commit] cffi default: fix textual reference

arigo noreply at buildbot.pypy.org
Fri Sep 4 13:42:46 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2269:9b9b28de48be
Date: 2015-09-04 13:43 +0200
http://bitbucket.org/cffi/cffi/changeset/9b9b28de48be/

Log:	fix textual reference

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -206,8 +206,8 @@
 specifies that all structure fields should have an alignment of one
 byte.  (Note that the packed attribute has no effect on bit fields so
 far, which mean that they may be packed differently than on GCC.
-Also, this has no effect on structs declared with ``"...;"``---next
-section.)
+Also, this has no effect on structs declared with ``"...;"``---more
+about it later in `Letting the C compiler fill the gaps`_.)
 
 .. _`ffi.set_unicode()`:
 


More information about the pypy-commit mailing list