We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fba2ed commit f35df32Copy full SHA for f35df32
Doc/library/stdtypes.rst
@@ -1265,7 +1265,7 @@ accepts integers that meet the value restriction ``0 <= x <= 255``).
1265
.. method:: sequence.append(value, /)
1266
1267
Append *value* to the end of the sequence
1268
- This is equivalent to writing ``seq[len(seq):len(seq)] = value``.
+ This is equivalent to writing ``seq[len(seq):len(seq)] = [value]``.
1269
1270
.. method:: bytearray.clear()
1271
list.clear()
0 commit comments