Skip to content

Commit

Permalink
Update Doc/c-api/long.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey B Kirpichev <[email protected]>
  • Loading branch information
vstinner and skirpichev authored Sep 19, 2024
1 parent ca98ad1 commit 167d75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/long.rst
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Export API
Use :c:func:`PyLong_GetNativeLayout` to get the native layout of Python
:class:`int` objects.
See also :attr:`sys.int_info` which exposes similar information to Python.
See also :data:`sys.int_info` which exposes similar information to Python.
.. c:member:: uint8_t bits_per_digit
Expand Down

0 comments on commit 167d75e

Please sign in to comment.