https://github.com/python/cpython/commit/747d390045036325a7dbce12f7f0a4bc9c84c68a
commit: 747d390045036325a7dbce12f7f0a4bc9c84c68a
branch: main
author: Sergey B Kirpichev <skirpic...@gmail.com>
committer: encukou <encu...@gmail.com>
date: 2025-06-13T08:30:44+02:00
summary:

gh-135308: clarify math.issubnormal() description (GH-135324)

files:
M Doc/library/math.rst

diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index c8061fb16380cd..ecb1d4102cac31 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -387,8 +387,8 @@ Floating point manipulation functions
 .. function:: issubnormal(x)
 
    Return ``True`` if *x* is a subnormal number, that is a finite
-   nonzero number with a magnitude smaller than the smallest positive normal
-   number, see :data:`sys.float_info.min`.  Return ``False`` otherwise.
+   nonzero number with a magnitude smaller than :data:`sys.float_info.min`.
+   Return ``False`` otherwise.
 
    .. versionadded:: next
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to