From: Benjamin Peterson Date: Tue, 8 Apr 2014 14:44:30 +0000 (-0400) Subject: the name of the slot of nb_multiply not nb_mul X-Git-Tag: v3.4.1rc1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0f7844f38ff692aa6add3af9cf9395544654cbc;p=python the name of the slot of nb_multiply not nb_mul --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index efd85743a4..666de64fad 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -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