Skip to content

Commit

Permalink
Add argument formatting to stdtypes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney committed Feb 1, 2025
1 parent 925fcbd commit 29c04ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2843,7 +2843,7 @@ objects.

.. method:: resize(size)

Resize the :class:`bytearray` to contain size bytes with a NULL byte
Resize the :class:`bytearray` to contain *size* bytes with a NULL byte
following.

.. versionadded:: next
Expand Down

0 comments on commit 29c04ad

Please sign in to comment.