We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6359d commit 69bb83cCopy full SHA for 69bb83c
Doc/library/stdtypes.rst
@@ -622,13 +622,6 @@ class`. float also has the following additional methods.
622
:exc:`OverflowError` on infinities and a :exc:`ValueError` on
623
NaNs.
624
625
- .. note::
626
-
627
- The values returned by ``as_integer_ratio()`` can be huge. Attempts
628
- to render such integers into decimal strings may bump into the
629
- :ref:`integer string conversion length limitation
630
- <int_max_str_digits>`.
631
632
.. method:: float.is_integer()
633
634
Return ``True`` if the float instance is finite with integral
0 commit comments