]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-135308: clarify math.issubnormal() description (GH-135324)
authorSergey B Kirpichev <skirpichev@gmail.com>
Fri, 13 Jun 2025 06:30:44 +0000 (09:30 +0300)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 06:30:44 +0000 (08:30 +0200)
Doc/library/math.rst

index c8061fb16380cd488d213c1374dd212a2e893ba6..ecb1d4102cac311cbe9647fbdeade6a6d55c28ab 100644 (file)
@@ -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