Skip to content

Commit 747d390

Browse files
authored
gh-135308: clarify math.issubnormal() description (GH-135324)
1 parent 2b0c684 commit 747d390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/math.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ Floating point manipulation functions
387387
.. function:: issubnormal(x)
388388

389389
Return ``True`` if *x* is a subnormal number, that is a finite
390-
nonzero number with a magnitude smaller than the smallest positive normal
391-
number, see :data:`sys.float_info.min`. Return ``False`` otherwise.
390+
nonzero number with a magnitude smaller than :data:`sys.float_info.min`.
391+
Return ``False`` otherwise.
392392

393393
.. versionadded:: next
394394

0 commit comments

Comments
 (0)