Issue #12223: Typo fix in datamodel docs
This commit is contained in:
parent
873c583244
commit
761473f28a
|
@ -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`),
|
repetition, and the other is an integer (:class:`int` or :class:`long`),
|
||||||
sequence repetition is invoked.
|
sequence repetition is invoked.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue