Skip to content

Commit 12c8a9e

Browse files
gh-95778: Fix sys.set_int_max_str_digits() parameter name (GH-96798)
Discovered in python/typeshed#8733 (cherry picked from commit bf5fd49) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 6726405 commit 12c8a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ always available.
13311331

13321332
.. availability:: Unix.
13331333

1334-
.. function:: set_int_max_str_digits(n)
1334+
.. function:: set_int_max_str_digits(maxdigits)
13351335

13361336
Set the :ref:`integer string conversion length limitation
13371337
<int_max_str_digits>` used by this interpreter. See also

0 commit comments

Comments
 (0)