Fix missing word in sys.float_info docstring (GH-93489)

This commit is contained in:
Mark Dickinson 2022-06-04 17:28:14 +01:00 committed by GitHub
parent 8150b8cf7f
commit e12f34b6d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"},