diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 2e02f37f4a580a840292b534b85a93fbb3db6c28..5af267877311406c5748a5e0cece954c5bf1e746 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c @@ -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"},