File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4901,7 +4901,7 @@ The limit is applied to the number of digit characters in the input or output
49014901string when a non-linear conversion algorithm would be involved. Underscores
49024902and the sign are not counted towards the limit.
49034903
4904- When an operation would exceed the limit, a :exc: `ValueError ` is raised::
4904+ When an operation would exceed the limit, a :exc: `ValueError ` is raised:
49054905
49064906.. doctest ::
49074907
@@ -4928,7 +4928,9 @@ The default limit is 4300 digits as provided in
49284928The lowest limit that can be configured is 640 digits as provided in
49294929:data: `sys.int_info.str_digits_check_threshold <sys.int_info> `.
49304930
4931- Verification::
4931+ Verification:
4932+
4933+ .. doctest ::
49324934
49334935 >>> import sys
49344936 >>> assert sys.int_info.default_max_str_digits == 4300 , sys.int_info
You can’t perform that action at this time.
0 commit comments