mirror of https://github.com/python/cpython
Fix missing word in sys.float_info docstring (GH-93489)
This commit is contained in:
parent
8150b8cf7f
commit
e12f34b6d8
|
@ -71,7 +71,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…
Reference in New Issue