Skip to content

Commit

Permalink
doc: adjust ndigits documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 6, 2024
1 parent 0d0f942 commit 762c33a
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 @@ -733,7 +733,7 @@ The :c:type:`PyLongWriter` API can be used to import an integer.
*negative* is ``1`` if the number is negative, or ``0`` otherwise.
*ndigits* is the number of digits in the *digits* array. It must be
positive.
greater than or equal to 0.
The caller must initialize the array of digits *digits* and then call
:c:func:`PyLongWriter_Finish` to get a Python :class:`int`. Digits must be
Expand Down

0 comments on commit 762c33a

Please sign in to comment.