mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
merge with 3.2
This commit is contained in:
commit
98d95a50c9
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ Sequence Protocol
|
||||||
|
|
||||||
Return the *i*\ th element of *o* or *NULL* on failure. Macro form of
|
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_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.
|
indices.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue