Skip to content

Commit dd46a85

Browse files
cmaloneyViicos
andauthored
Update Doc/library/stdtypes.rst
Co-authored-by: Victorien <[email protected]>
1 parent c183116 commit dd46a85

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
@@ -2850,7 +2850,7 @@ objects.
28502850
*size* which will be set to NULL to ensure the :class:`bytearray` is
28512851
always NULL terminated.
28522852

2853-
.. versionadded:: next
2853+
.. versionadded:: next
28542854

28552855
Since bytearray objects are sequences of integers (akin to a list), for a
28562856
bytearray object *b*, ``b[0]`` will be an integer, while ``b[0:1]`` will be

0 commit comments

Comments
 (0)