Skip to content

Commit 3a56a93

Browse files
miss-islingtongpshead
andauthoredSep 4, 2022
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 76d7105 commit 3a56a93

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
@@ -584,13 +584,6 @@ class`. float also has the following additional methods.
584584
:exc:`OverflowError` on infinities and a :exc:`ValueError` on
585585
NaNs.
586586

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-
594587
.. method:: float.is_integer()
595588

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

0 commit comments

Comments
 (0)
Please sign in to comment.