[pypy-commit] cffi default: Fix

arigo noreply at buildbot.pypy.org
Sun Jun 17 19:18:04 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r414:413a356c702e
Date: 2012-06-17 19:17 +0200
http://bitbucket.org/cffi/cffi/changeset/413a356c702e/

Log:	Fix

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -428,7 +428,7 @@
     'Hello'
 
 Note that unlike Python lists or tuples, but like C, you *cannot* index in
-a C array from the end, using negative numbers.
+a C array from the end using negative numbers.
 
 More generally, the C array types can have their length unspecified in C
 types, as long as their length can be derived from the initializer, like


More information about the pypy-commit mailing list