Skip to content

Commit f35df32

Browse files
Update Doc/library/stdtypes.rst
Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 2fba2ed commit f35df32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ accepts integers that meet the value restriction ``0 <= x <= 255``).
12651265
.. method:: sequence.append(value, /)
12661266

12671267
Append *value* to the end of the sequence
1268-
This is equivalent to writing ``seq[len(seq):len(seq)] = value``.
1268+
This is equivalent to writing ``seq[len(seq):len(seq)] = [value]``.
12691269

12701270
.. method:: bytearray.clear()
12711271
list.clear()

0 commit comments

Comments
 (0)