]> 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:46 +0000 (00:39 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Fri, 12 Aug 2011 22:39:46 +0000 (00:39 +0200)
Doc/c-api/sequence.rst

index 599074cddf33da41ab58858e4e54a36247d5ee89..0297ba3588b0b3e50c9a14cf7041d53344b200fe 100644 (file)
@@ -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.