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
Fix doc warnings
  • Loading branch information
cmaloney committed Feb 2, 2025
commit df779e2b420d064cf1ecbedc5515c68bc087a60b
5 changes: 3 additions & 2 deletions Doc/c-api/bytearray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ Direct API functions
Resize the internal buffer of *bytearray* to *len*.

.. versionchanged:: next
A negative *len* will now result in a failure with ``-1`` return and a
exeception set.
A negative *len* will now result in a failure with ``-1`` return and a
exeception set.


Macros
^^^^^^
Expand Down
Loading