]> granicus.if.org Git - python/commitdiff
the name of the slot of nb_multiply not nb_mul
authorBenjamin Peterson <benjamin@python.org>
Tue, 8 Apr 2014 14:44:30 +0000 (10:44 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 8 Apr 2014 14:44:30 +0000 (10:44 -0400)
Doc/c-api/typeobj.rst

index efd85743a4140b575c8d539e96cd2cc4a05e65ec..666de64fadeae31ddcbccaa0ba4accf09858c90b 100644 (file)
@@ -1199,7 +1199,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