mirror of
https://github.com/python/cpython.git
synced 2024-11-28 12:31:14 +08:00
bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)
This commit is contained in:
parent
0ab152c6b5
commit
0269ce87c9
@ -13956,9 +13956,9 @@ topics = {'assert': 'The "assert" statement\n'
|
||||
'| "s + t" | the concatenation of *s* and *t* '
|
||||
'| (6)(7) |\n'
|
||||
'+----------------------------+----------------------------------+------------+\n'
|
||||
'| "s * n" or "n * s" | equivalent to adding *s* to '
|
||||
'| "s * n" or "n * s" | equivalent to *n* copies of the '
|
||||
'| (2)(7) |\n'
|
||||
'| | itself *n* times '
|
||||
'| | *s* sequence '
|
||||
'| |\n'
|
||||
'+----------------------------+----------------------------------+------------+\n'
|
||||
'| "s[i]" | *i*th item of *s*, origin 0 '
|
||||
|
@ -0,0 +1 @@
|
||||
Clarified wording of s * n in the Common Sequence Operations
|
Loading…
Reference in New Issue
Block a user