Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab152c commit 0269ce8Copy full SHA for 0269ce8
Lib/pydoc_data/topics.py
@@ -13956,9 +13956,9 @@
13956
'| "s + t" | the concatenation of *s* and *t* '
13957
'| (6)(7) |\n'
13958
'+----------------------------+----------------------------------+------------+\n'
13959
- '| "s * n" or "n * s" | equivalent to adding *s* to '
+ '| "s * n" or "n * s" | equivalent to *n* copies of the '
13960
'| (2)(7) |\n'
13961
- '| | itself *n* times '
+ '| | *s* sequence '
13962
'| |\n'
13963
13964
'| "s[i]" | *i*th item of *s*, origin 0 '
Misc/NEWS.d/next/Documentation/2020-10-05-20-04-43.bpo-41933.Pff94-.rst
@@ -0,0 +1 @@
1
+Clarified wording of s * n in the Common Sequence Operations
0 commit comments