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 grammar
  • Loading branch information
cmaloney committed Feb 2, 2025
commit 7429cf46b251ec57c1338e282d896cf46354cd61
2 changes: 1 addition & 1 deletion Doc/c-api/bytearray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ 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
A negative *len* will now result in a failure with ``-1`` return and an
exeception set.


Expand Down
Loading