[pypy-commit] cffi default: Missing quote.

arigo noreply at buildbot.pypy.org
Sat Oct 20 10:45:58 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1002:5b20c98735f9
Date: 2012-10-20 10:45 +0200
http://bitbucket.org/cffi/cffi/changeset/5b20c98735f9/

Log:	Missing quote.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -523,7 +523,7 @@
    you would use "``typedef struct { ...; } foo_t;``".
 
 *  array lengths: when used as structure fields, arrays can have an
-   unspecified length, as in "``int n[];``" or "``int n[...];``.
+   unspecified length, as in "``int n[];``" or "``int n[...];``".
    The length is completed by the C compiler.
 
 *  enums: if you don't know the exact order (or values) of the declared


More information about the pypy-commit mailing list