mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix missing word in sys.float_info docstring (GH-93489) (GH-93496)
(cherry picked from commit e12f34b6d8
)
Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
This commit is contained in:
parent
7b3cf3a288
commit
60adc4b92a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static PyStructSequence_Field floatinfo_fields[] = {
|
|||
{"min_exp", "DBL_MIN_EXP -- minimum int e such that radix**(e-1) "
|
||||
"is a normalized float"},
|
||||
{"min_10_exp", "DBL_MIN_10_EXP -- minimum int e such that 10**e is "
|
||||
"a normalized"},
|
||||
"a normalized float"},
|
||||
{"dig", "DBL_DIG -- maximum number of decimal digits that "
|
||||
"can be faithfully represented in a float"},
|
||||
{"mant_dig", "DBL_MANT_DIG -- mantissa digits"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue