Skip to content

Commit 51e8acf

Browse files
Docs: fix missing period in Doc/library/stdtypes.rst (#145935)
1 parent 77c06f3 commit 51e8acf

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
@@ -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)