From: Eli Bendersky Date: Fri, 10 Jun 2011 07:36:34 +0000 (+0300) Subject: Issue #12223: Typo fix in datamodel docs X-Git-Tag: v2.7.3rc1~695^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=761473f28adaa5b86009a8b76825a2271a1bc509;p=python Issue #12223: Typo fix in datamodel docs --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 7c2c9af4c9..0cd4c621a7 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.