Issue #12223: Typo fix in datamodel docs

This commit is contained in:
Eli Bendersky 2011-06-10 10:36:34 +03:00
parent 873c583244
commit 761473f28a
1 changed files with 1 additions and 1 deletions

View File

@ -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.