Skip to content
Snippets Groups Projects
Unverified Commit 4587154c 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 c0af0998
Branches
Tags
No related merge requests found
......@@ -622,13 +622,6 @@ class`. float also has the following additional methods.
:exc:`OverflowError` on infinities and a :exc:`ValueError` on
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()
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