From: Sandro Tosi Date: Fri, 12 Aug 2011 22:39:29 +0000 (+0200) Subject: let PySequence_Check me a link; thanks to tomo cocoa from docs@ X-Git-Tag: v2.7.3rc1~519 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92be113ba9f588bc6e73a89c192f2172a6c9c2f5;p=thirdparty%2FPython%2Fcpython.git let PySequence_Check me a link; thanks to tomo cocoa from docs@ --- diff --git a/Doc/c-api/sequence.rst b/Doc/c-api/sequence.rst index 2808a884a93f..25feac001181 100644 --- a/Doc/c-api/sequence.rst +++ b/Doc/c-api/sequence.rst @@ -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