diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 7c2c9af4c9d..0cd4c621a73 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -2308,7 +2308,7 @@ will not be supported. * - In ``x * y``, if one operator is a sequence that implements sequence + In ``x * y``, if one operand is a sequence that implements sequence repetition, and the other is an integer (:class:`int` or :class:`long`), sequence repetition is invoked.