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
1 changed files with 1 additions and 1 deletions

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