File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5275,7 +5275,7 @@ The limit is applied to the number of digit characters in the input or output
52755275string when a non-linear conversion algorithm would be involved. Underscores
52765276and the sign are not counted towards the limit.
52775277
5278- When an operation would exceed the limit, a :exc: `ValueError ` is raised::
5278+ When an operation would exceed the limit, a :exc: `ValueError ` is raised:
52795279
52805280.. doctest ::
52815281
@@ -5302,7 +5302,9 @@ The default limit is 4300 digits as provided in
53025302The lowest limit that can be configured is 640 digits as provided in
53035303:data: `sys.int_info.str_digits_check_threshold <sys.int_info> `.
53045304
5305- Verification::
5305+ Verification:
5306+
5307+ .. doctest ::
53065308
53075309 >>> import sys
53085310 >>> assert sys.int_info.default_max_str_digits == 4300 , sys.int_info
You can’t perform that action at this time.
0 commit comments