Skip to content
Snippets Groups Projects
Unverified Commit 040bbd2e authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Pablo Galindo
Browse files

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 bf5fd492)

Co-authored-by: default avatarAlex Waygood <Alex.Waygood@Gmail.com>
parent 3e6f19b9
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment