Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r379:94db0f48daab
Date: 2012-06-15 23:05 +0200
http://bitbucket.org/cffi/cffi/changeset/94db0f48daab/

Log:    Clarify

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -416,8 +416,8 @@
     >>> str(x)        # interpret 'x' as a regular null-terminated string
     'Hello'
 
-Note that unlike Python lists or tuples, but like C, you cannot index in
-a C array using negative numbers.
+Note that unlike Python lists or tuples, but like C, you *cannot* index in
+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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to