We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d7105 commit 3a56a93Copy full SHA for 3a56a93
Doc/library/stdtypes.rst
@@ -584,13 +584,6 @@ class`. float also has the following additional methods.
584
:exc:`OverflowError` on infinities and a :exc:`ValueError` on
585
NaNs.
586
587
- .. note::
588
-
589
- The values returned by ``as_integer_ratio()`` can be huge. Attempts
590
- to render such integers into decimal strings may bump into the
591
- :ref:`integer string conversion length limitation
592
- <int_max_str_digits>`.
593
594
.. method:: float.is_integer()
595
596
Return ``True`` if the float instance is finite with integral
0 commit comments