From 92be113ba9f588bc6e73a89c192f2172a6c9c2f5 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 13 Aug 2011 00:39:29 +0200 Subject: [PATCH] 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 2808a884a93..25feac00118 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