Skip to content

Commit

Permalink
Update peps/pep-0757.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Oct 3, 2024
1 parent f676d54 commit ac47ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0757.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ Provide mpz_import/export-like API instead
------------------------------------------
The other approach to import/export data from :class:`int` objects might be
following: expect, that C extensions provide contigous buffers that CPython
following: expect, that C extensions provide contiguous buffers that CPython
then exports (or imports) the *absolute* value of an integer.
API example::
Expand Down

0 comments on commit ac47ba4

Please sign in to comment.