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 Pablo Galindo
parent 3e6f19b916
commit 040bbd2ec6
No known key found for this signature in database
GPG Key ID: FFE87404168BD847
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