Skip to content

Commit 040bbd2

Browse files
miss-islingtonAlexWaygood
authored andcommitted
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 <[email protected]>
1 parent 3e6f19b commit 040bbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
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)