We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff879e1 commit 14cbb59Copy full SHA for 14cbb59
1 file changed
peps/pep-0757.rst
@@ -182,8 +182,8 @@ create a Python :class:`int` object from a digits array.
182
183
*negative* is ``1`` if the number is negative, or ``0`` otherwise.
184
185
- *ndigits* is the number of digits in the *digits* array. It must be
186
- greater than or equal to 0.
+ *ndigits* is the number of digits in the *digits* array. It must be
+ greater than 0.
187
188
The caller can either initialize the array of digits *digits* and then
189
either call :c:func:`PyLongWriter_Finish` to get a Python :class:`int` or
0 commit comments