We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8150b8c commit e12f34bCopy full SHA for e12f34b
Objects/floatobject.c
@@ -71,7 +71,7 @@ static PyStructSequence_Field floatinfo_fields[] = {
71
{"min_exp", "DBL_MIN_EXP -- minimum int e such that radix**(e-1) "
72
"is a normalized float"},
73
{"min_10_exp", "DBL_MIN_10_EXP -- minimum int e such that 10**e is "
74
- "a normalized"},
+ "a normalized float"},
75
{"dig", "DBL_DIG -- maximum number of decimal digits that "
76
"can be faithfully represented in a float"},
77
{"mant_dig", "DBL_MANT_DIG -- mantissa digits"},
0 commit comments