File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed 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
4901
4901
string when a non-linear conversion algorithm would be involved. Underscores
4902
4902
and the sign are not counted towards the limit.
4903
4903
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:
4905
4905
4906
4906
.. doctest ::
4907
4907
@@ -4928,7 +4928,9 @@ The default limit is 4300 digits as provided in
4928
4928
The lowest limit that can be configured is 640 digits as provided in
4929
4929
:data: `sys.int_info.str_digits_check_threshold <sys.int_info> `.
4930
4930
4931
- Verification::
4931
+ Verification:
4932
+
4933
+ .. doctest ::
4932
4934
4933
4935
>>> import sys
4934
4936
>>> assert sys.int_info.default_max_str_digits == 4300 , sys.int_info
You can’t perform that action at this time.
0 commit comments