Skip to content

Commit ef75726

Browse files
[3.14] Docs: fix missing period in Doc/library/stdtypes.rst (GH-145935) (#145936)
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 ef75726

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)