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:
Alex Waygood 2022-09-13 16:22:50 +01:00 committed by GitHub
parent 81e36f350b
commit bf5fd49252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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