From 761473f28adaa5b86009a8b76825a2271a1bc509 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 10 Jun 2011 10:36:34 +0300 Subject: [PATCH] Issue #12223: Typo fix in datamodel docs --- Doc/reference/datamodel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.