Skip to content

Commit

Permalink
Run make spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Sep 20, 2024
1 parent 16a6b84 commit 9c51710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peps/pep-0757.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,11 @@ Open Questions
:c:func:`PyLong_GetNativeLayout()` function returns a C structure
which is more convenient to use in C than :data:`sys.int_info` which uses
Python objects.
* Currenly, all required information for :class:`int` import/export is
* Currently, all required information for :class:`int` import/export is
already available via :c:func:`PyLong_GetInfo()` or :data:`sys.int_info`.
Native endianness of "digits" and current order of digits (least
significant digit first) --- is a common denominator of all libraries
for aribitrary precision integer arithmetic. So, shouldn't we just remove
for arbitrary precision integer arithmetic. So, shouldn't we just remove
from API both :c:struct:`PyLongLayout` and :c:func:`PyLong_GetNativeLayout()` (which
is actually just a minor convenience)?
Expand Down

0 comments on commit 9c51710

Please sign in to comment.