Skip to content

Commit bf5fd49

Browse files
authoredSep 13, 2022
gh-95778: Fix sys.set_int_max_str_digits() parameter name (#96798)
Discovered in python/typeshed#8733
1 parent 81e36f3 commit bf5fd49

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)
Please sign in to comment.