We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3cf3a commit 60adc4bCopy full SHA for 60adc4b
Objects/floatobject.c
@@ -64,7 +64,7 @@ static PyStructSequence_Field floatinfo_fields[] = {
64
{"min_exp", "DBL_MIN_EXP -- minimum int e such that radix**(e-1) "
65
"is a normalized float"},
66
{"min_10_exp", "DBL_MIN_10_EXP -- minimum int e such that 10**e is "
67
- "a normalized"},
+ "a normalized float"},
68
{"dig", "DBL_DIG -- maximum number of decimal digits that "
69
"can be faithfully represented in a float"},
70
{"mant_dig", "DBL_MANT_DIG -- mantissa digits"},
0 commit comments