Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add argument formatting to stdtypes.rst
  • Loading branch information
cmaloney committed Feb 1, 2025
commit 29c04ad30362e0c0a291f484be2ffd7321a79eb1
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
Loading