From: Sandro Tosi Date: Fri, 12 Aug 2011 22:39:46 +0000 (+0200) Subject: let PySequence_Check me a link; thanks to tomo cocoa from docs@ X-Git-Tag: v3.2.2rc1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bf4363f77b9aba82126d092f70aa27f3610bf69;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 599074cddf33..0297ba3588b0 100644 --- a/Doc/c-api/sequence.rst +++ b/Doc/c-api/sequence.rst @@ -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.