mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
Fix missing word in sys.float_info docstring (GH-93489)
This commit is contained in:
parent
8150b8cf7f
commit
e12f34b6d8
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static PyStructSequence_Field floatinfo_fields[] = {
|
||||||
{"min_exp", "DBL_MIN_EXP -- minimum int e such that radix**(e-1) "
|
{"min_exp", "DBL_MIN_EXP -- minimum int e such that radix**(e-1) "
|
||||||
"is a normalized float"},
|
"is a normalized float"},
|
||||||
{"min_10_exp", "DBL_MIN_10_EXP -- minimum int e such that 10**e is "
|
{"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 "
|
{"dig", "DBL_DIG -- maximum number of decimal digits that "
|
||||||
"can be faithfully represented in a float"},
|
"can be faithfully represented in a float"},
|
||||||
{"mant_dig", "DBL_MANT_DIG -- mantissa digits"},
|
{"mant_dig", "DBL_MANT_DIG -- mantissa digits"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue