mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Issue #12223: Typo fix in datamodel docs
This commit is contained in:
parent
873c583244
commit
761473f28a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue