Skip to content
Snippets Groups Projects
Commit 8b54f5f9024d authored by Chavdar Yotov's avatar Chavdar Yotov
Browse files

bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)

parent 478c515f8efd
No related branches found
No related tags found
No related merge requests found
......@@ -13956,5 +13956,5 @@
'| "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'
......@@ -13960,5 +13960,5 @@
'| (2)(7) |\n'
'| | itself *n* times '
'| | *s* sequence '
'| |\n'
'+----------------------------+----------------------------------+------------+\n'
'| "s[i]" | *i*th item of *s*, origin 0 '
......
Clarified wording of s * n in the Common Sequence Operations
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment