Skip to content

Commit 5365e93

Browse files
authored
.
1 parent d716e3b commit 5365e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3158,7 +3158,7 @@ Mutable sequences should provide methods
31583158
like Python standard :class:`list` objects.
31593159
Finally, sequence types should implement addition (meaning concatenation) and
31603160
multiplication (meaning repetition) by defining the methods
3161-
:meth:`~object.__add__`, :meth:`~object.__radd__`, :meth:`~object.__iadd__`,
3161+
:meth:`~object.__add__`, :meth:`~object.__iadd__`,
31623162
:meth:`~object.__mul__`, :meth:`~object.__rmul__` and :meth:`~object.__imul__`
31633163
described below; they should not define other numerical
31643164
operators.

0 commit comments

Comments
 (0)