merge with 3.2

This commit is contained in:
Sandro Tosi 2011-08-13 00:40:08 +02:00
commit 98d95a50c9

View file

@ -149,7 +149,7 @@ Sequence Protocol
Return the *i*\ th element of *o* or *NULL* on failure. Macro form of
:c:func:`PySequence_GetItem` but without checking that
:c:func:`PySequence_Check(o)` is true and without adjustment for negative
:c:func:`PySequence_Check` on *o* is true and without adjustment for negative
indices.