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 67cf0ae commit 6258c1fCopy full SHA for 6258c1f
Doc/c-api/typeobj.rst
@@ -285,7 +285,7 @@ sub-slots
285
+---------------------------------------------------------+-----------------------------------+--------------+
286
| :c:member:`~PyNumberMethods.nb_inplace_true_divide` | :c:type:`binaryfunc` | __truediv__ |
287
288
- | :c:member:`~PyNumberMethods.nb_index` | :c:type:`binaryfunc` | __index__ |
+ | :c:member:`~PyNumberMethods.nb_index` | :c:type:`unaryfunc` | __index__ |
289
290
| :c:member:`~PyNumberMethods.nb_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
291
| | | __rmatmul__ |
0 commit comments