Skip to content

Commit

Permalink
Fix missing word in sys.float_info docstring (pythonGH-93489)
Browse files Browse the repository at this point in the history
(cherry picked from commit e12f34b)

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
  • Loading branch information
mdickinson authored and miss-islington committed Jun 4, 2022
1 parent 7b3cf3a commit 9639b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/floatobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 9639b5d

Please sign in to comment.