Skip to content

Commit bc91330

Browse files
committed
merge 3.4
2 parents 4dd2525 + f0f7844 commit bc91330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/typeobj.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,8 @@ Sequence Object Structures
11991199
12001200
This function is used by :c:func:`PySequence_Repeat` and has the same
12011201
signature. It is also used by the ``*`` operator, after trying numeric
1202-
multiplication via the :c:member:`~PyTypeObject.tp_as_number.nb_mul` slot.
1202+
multiplication via the :c:member:`~PyTypeObject.tp_as_number.nb_multiply`
1203+
slot.
12031204

12041205
.. c:member:: ssizeargfunc PySequenceMethods.sq_item
12051206

0 commit comments

Comments
 (0)