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 @@ -5275,7 +5275,7 @@ The limit is applied to the number of digit characters in the input or output
5275
5275
string when a non-linear conversion algorithm would be involved. Underscores
5276
5276
and the sign are not counted towards the limit.
5277
5277
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:
5279
5279
5280
5280
.. doctest ::
5281
5281
@@ -5302,7 +5302,9 @@ The default limit is 4300 digits as provided in
5302
5302
The lowest limit that can be configured is 640 digits as provided in
5303
5303
:data: `sys.int_info.str_digits_check_threshold <sys.int_info> `.
5304
5304
5305
- Verification::
5305
+ Verification:
5306
+
5307
+ .. doctest ::
5306
5308
5307
5309
>>> import sys
5308
5310
>>> assert sys.int_info.default_max_str_digits == 4300 , sys.int_info
You can’t perform that action at this time.
0 commit comments