Skip to content

Commit f4769ed

Browse files
Next-Door-Techmiss-islington
authored andcommitted
Docs: fix missing period in Doc/library/stdtypes.rst (GH-145935)
(cherry picked from commit 51e8acf) Co-authored-by: Connor Gibson <connor@nextdoortech.net>
1 parent 87fac9b commit f4769ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ Mutable sequence types also support the following methods:
12861286
:no-typesetting:
12871287
.. method:: sequence.append(value, /)
12881288

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

12921292
.. method:: bytearray.clear()

0 commit comments

Comments
 (0)