Skip to content

Commit 7528e2c

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 <[email protected]>
1 parent d357f71 commit 7528e2c

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
@@ -1278,7 +1278,7 @@ always available.
12781278

12791279
.. availability:: Unix.
12801280

1281-
.. function:: set_int_max_str_digits(n)
1281+
.. function:: set_int_max_str_digits(maxdigits)
12821282

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

0 commit comments

Comments
 (0)