Skip to content

Commit e48ec21

Browse files
committed
Fix typo.
1 parent bb2d669 commit e48ec21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_math.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ _Py_log1p(double x)
240240
return x;
241241
}
242242
else if (-0.5 <= x && x <= 1.) {
243-
/* WARNING: it's possible than an overeager compiler
243+
/* WARNING: it's possible that an overeager compiler
244244
will incorrectly optimize the following two lines
245245
to the equivalent of "return log(1.+x)". If this
246246
happens, then results from log1p will be inaccurate

0 commit comments

Comments
 (0)