mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue