We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe94cd commit a7af606Copy full SHA for a7af606
Doc/library/stdtypes.rst
@@ -5946,9 +5946,8 @@ The limit is applied to the number of digit characters in the input or output
5946
string when a non-linear conversion algorithm would be involved. Underscores
5947
and the sign are not counted towards the limit.
5948
5949
-For string to integer conversions, the exact digit count is known and checked.
5950
-For integer to string conversions, the limit is applied to an estimated upper
5951
-bound of the result size to avoid the expensive conversion operation.
+For integer to string conversions, the limit is applied to an estimated
+size of the result.
5952
5953
When an operation would exceed the limit, a :exc:`ValueError` is raised:
5954
0 commit comments