Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to