Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3caf38 commit 7a1e178Copy full SHA for 7a1e178
Doc/c-api/sequence.rst
@@ -17,9 +17,8 @@ Sequence Protocol
17
18
.. index:: builtin: len
19
20
- Returns the number of objects in sequence *o* on success, and ``-1`` on failure.
21
- For objects that do not provide sequence protocol, this is equivalent to the
22
- Python expression ``len(o)``.
+ Returns the number of objects in sequence *o* on success, and ``-1`` on
+ failure. This is equivalent to the Python expression ``len(o)``.
23
24
25
.. c:function:: PyObject* PySequence_Concat(PyObject *o1, PyObject *o2)
0 commit comments