gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (GH-96798)

Discovered in https://github.com/python/typeshed/pull/8733
(cherry picked from commit bf5fd49252)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-09-13 09:44:56 -07:00 committed by GitHub
parent 6726405ec3
commit 12c8a9edfd
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