Skip to content

Commit 4587154

Browse files
gh-95778: remove unneeded doc note on float.as_integer_ratio (GH-96553)
Per mdickinson@'s comment on the main branch PR. (cherry picked from commit 69bb83c) Co-authored-by: Gregory P. Smith <greg@krypto.org>
1 parent c0af099 commit 4587154

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)