Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r2268:f34ac1df2d5e
Date: 2015-09-04 13:41 +0200
http://bitbucket.org/cffi/cffi/changeset/f34ac1df2d5e/

Log:    unbalanced parens

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -200,7 +200,7 @@
 
 The ``ffi.cdef()`` call takes an optional
 argument ``packed``: if True, then all structs declared within
-this cdef are "packed".  If you need both packed and non-packed
+this cdef are "packed".  (If you need both packed and non-packed
 structs, use several cdefs in sequence.)  This
 has a meaning similar to ``__attribute__((packed))`` in GCC.  It
 specifies that all structure fields should have an alignment of one
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to