Skip to content

Commit 69bb83c

Browse files
authored
gh-95778: remove unneeded doc note on float.as_integer_ratio (#96553)
Per mdickinson@'s comment on the main branch PR.
1 parent af6359d commit 69bb83c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Doc/library/stdtypes.rst

-7
Original file line numberDiff line numberDiff line change
@@ -622,13 +622,6 @@ class`. float also has the following additional methods.
622622
:exc:`OverflowError` on infinities and a :exc:`ValueError` on
623623
NaNs.
624624

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-
632625
.. method:: float.is_integer()
633626

634627
Return ``True`` if the float instance is finite with integral

0 commit comments

Comments
 (0)