mirror of https://github.com/python/cpython.git
gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (#96798)
Discovered in https://github.com/python/typeshed/pull/8733
This commit is contained in:
parent
81e36f350b
commit
bf5fd49252
|
@ -1331,7 +1331,7 @@ always available.
|
|||
|
||||
.. availability:: Unix.
|
||||
|
||||
.. function:: set_int_max_str_digits(n)
|
||||
.. function:: set_int_max_str_digits(maxdigits)
|
||||
|
||||
Set the :ref:`integer string conversion length limitation
|
||||
<int_max_str_digits>` used by this interpreter. See also
|
||||
|
|
Loading…
Reference in New Issue