Skip to content

Commit 4e6ba85

Browse files
skirpichevvstinner
andauthored
Update Objects/floatobject.c
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 0a97ff7 commit 4e6ba85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Objects/floatobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ static PyStructSequence_Field floatinfo_fields[] = {
6868
{"radix", "FLT_RADIX -- radix of exponent"},
6969
{"rounds", "FLT_ROUNDS -- rounding mode used for arithmetic "
7070
"operations"},
71-
{"stdc_iec_559", "test if implementation supports the IEC 60559"
72-
" floating-point standard"},
71+
{"stdc_iec_559", "test if implementation supports the IEC 60559 "
72+
"floating-point standard"},
7373
{0}
7474
};
7575

0 commit comments

Comments
 (0)