Commit 236d9f8c authored by Benjamin Peterson's avatar Benjamin Peterson

the name of the slot of nb_multiply not nb_mul

parent c0f50630
......@@ -1295,7 +1295,8 @@ Sequence Object Structures
This function is used by :c:func:`PySequence_Repeat` and has the same
signature. It is also used by the ``*`` operator, after trying numeric
multiplication via the :c:member:`~PyTypeObject.tp_as_number.nb_mul` slot.
multiplication via the :c:member:`~PyTypeObject.tp_as_number.nb_multiply`
slot.
.. c:member:: ssizeargfunc PySequenceMethods.sq_item
......
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