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 77c06f3 commit c9989beCopy full SHA for c9989be
Doc/library/stdtypes.rst
@@ -1286,7 +1286,7 @@ Mutable sequence types also support the following methods:
1286
:no-typesetting:
1287
.. method:: sequence.append(value, /)
1288
1289
- Append *value* to the end of the sequence
+ Append *value* to the end of the sequence.
1290
This is equivalent to writing ``seq[len(seq):len(seq)] = [value]``.
1291
1292
.. method:: bytearray.clear()
0 commit comments