Kaydet (Commit) 92be113b authored tarafından Sandro Tosi's avatar Sandro Tosi

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

üst c67975be
......@@ -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
......
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