let PySequence_Check me a link; thanks to tomo cocoa from docs@

This commit is contained in:
Sandro Tosi 2011-08-13 00:39:29 +02:00
parent c67975beea
commit 92be113ba9
1 changed files with 1 additions and 1 deletions

View File

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