8000 remove unneeded doc note on float.as_integer_ratio · python/cpython@0515141 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0515141

Browse files
committed
remove unneeded doc note on float.as_integer_ratio
Per mdickinson@'s comment on the main branch PR.
1 parent b4957d8 commit 0515141

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Doc/library/stdtypes.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -563,13 +563,6 @@ class`. float also has the following additional methods.
563563
:exc:`OverflowError` on infinities and a :exc:`ValueError` on
564564
NaNs.
565565

566-
.. note::
567-
568-
The values returned by ``as_integer_ratio()`` can be huge. Attempts
569-
to render such integers into decimal strings may bump into the
570-
:ref:`integer string conversion length limitation
571-
<int_max_str_digits>`.
572-
573566
.. method:: float.is_integer()
574567

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

0 commit comments

Comments
 (0)
0