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.
Doc/library/stdtypes.rst
1 parent 0b4f4c7 commit e11166cCopy full SHA for e11166c
1 file changed
Doc/library/stdtypes.rst
@@ -1234,7 +1234,7 @@ Mutable sequence types also support the following methods:
1234
:no-typesetting:
1235
.. method:: sequence.append(value, /)
1236
1237
- Append *value* to the end of the sequence
+ Append *value* to the end of the sequence.
1238
This is equivalent to writing ``seq[len(seq):len(seq)] = [value]``.
1239
1240
.. method:: bytearray.clear()
0 commit comments