Commit 7bf4363f authored by Sandro Tosi's avatar Sandro Tosi

let PySequence_Check me a link; thanks to tomo cocoa from docs@

parent c2d2c720
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment