Skip to content
Snippets Groups Projects
Unverified Commit 3a56a938 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
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 69bb83c2)

Co-authored-by: default avatarGregory P. Smith <greg@krypto.org>
parent 76d71051
No related branches found
No related tags found
No related merge requests found
...@@ -584,13 +584,6 @@ class`. float also has the following additional methods. ...@@ -584,13 +584,6 @@ class`. float also has the following additional methods.
:exc:`OverflowError` on infinities and a :exc:`ValueError` on :exc:`OverflowError` on infinities and a :exc:`ValueError` on
NaNs. NaNs.
.. note::
The values returned by ``as_integer_ratio()`` can be huge. Attempts
to render such integers into decimal strings may bump into the
:ref:`integer string conversion length limitation
<int_max_str_digits>`.
.. method:: float.is_integer() .. method:: float.is_integer()
Return ``True`` if the float instance is finite with integral Return ``True`` if the float instance is finite with integral
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment