Skip to content

Commit 7eb255f

Browse files
committed
Fix the docs build.
1 parent 70b9aef commit 7eb255f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/library/stdtypes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4901,7 +4901,7 @@ The limit is applied to the number of digit characters in the input or output
49014901
string when a non-linear conversion algorithm would be involved. Underscores
49024902
and 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
49284928
The 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

0 commit comments

Comments
 (0)