]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
let PySequence_Check me a link; thanks to tomo cocoa from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Fri, 12 Aug 2011 22:39:29 +0000 (00:39 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Fri, 12 Aug 2011 22:39:29 +0000 (00:39 +0200)
Doc/c-api/sequence.rst

index 2808a884a93f757901ab3eeede36335b17f68756..25feac0011814b71badae21025a8fd4f3791ea8a 100644 (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