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.
There was an error while loading. Please reload this page.
Doc/library/stdtypes.rst
1 parent 77c06f3 commit 51e8acfCopy full SHA for 51e8acf
1 file changed
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