Skip to content

Commit 574c121

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 0b4f4c7 commit 574c121

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
@@ -1234,7 +1234,7 @@ Mutable sequence types also support the following methods:
12341234
:no-typesetting:
12351235
.. method:: sequence.append(value, /)
12361236

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

12401240
.. method:: bytearray.clear()

0 commit comments

Comments
 (0)