We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c183116 commit dd46a85Copy full SHA for dd46a85
Doc/library/stdtypes.rst
@@ -2850,7 +2850,7 @@ objects.
2850
*size* which will be set to NULL to ensure the :class:`bytearray` is
2851
always NULL terminated.
2852
2853
- .. versionadded:: next
+ .. versionadded:: next
2854
2855
Since bytearray objects are sequences of integers (akin to a list), for a
2856
bytearray object *b*, ``b[0]`` will be an integer, while ``b[0:1]`` will be
0 commit comments