Skip to content
Snippets Groups Projects
Unverified Commit 60adc4b9 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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


(cherry picked from commit e12f34b6)

Co-authored-by: default avatarMark Dickinson <dickinsm@gmail.com>

Co-authored-by: default avatarMark Dickinson <dickinsm@gmail.com>
parent 7b3cf3a2
No related branches found
No related tags found
No related merge requests found
......@@ -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"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment