From 7bf4363f77b9aba82126d092f70aa27f3610bf69 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 13 Aug 2011 00:39:46 +0200 Subject: let PySequence_Check me a link; thanks to tomo cocoa from docs@ --- Doc/c-api/sequence.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/sequence.rst b/Doc/c-api/sequence.rst index 599074c..0297ba3 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. -- cgit v0.12