Skip to content

Commit 29c04ad

Browse files
committed
Add argument formatting to stdtypes.rst
1 parent 925fcbd commit 29c04ad

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
@@ -2843,7 +2843,7 @@ objects.
28432843

28442844
.. method:: resize(size)
28452845

2846-
Resize the :class:`bytearray` to contain size bytes with a NULL byte
2846+
Resize the :class:`bytearray` to contain *size* bytes with a NULL byte
28472847
following.
28482848

28492849
.. versionadded:: next

0 commit comments

Comments
 (0)