commit | e48ec212e886d8bb5be6613401dd53bc8cdc4f6d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 28 22:24:46 2014 +0100 |
committer | Georg Brandl <georg@python.org> | Tue Oct 28 22:24:46 2014 +0100 |
tree | c3dfa85268fdfa72db40f9d4952b32f56861f7cc | |
parent | bb2d6692923b492928bf5e6bf7ec64747019afd3 [diff] |
Fix typo.
diff --git a/Modules/_math.c b/Modules/_math.c index a14ff06..a002208 100644 --- a/Modules/_math.c +++ b/Modules/_math.c
@@ -240,7 +240,7 @@ return x; } else if (-0.5 <= x && x <= 1.) { - /* WARNING: it's possible than an overeager compiler + /* WARNING: it's possible that an overeager compiler will incorrectly optimize the following two lines to the equivalent of "return log(1.+x)". If this happens, then results from log1p will be inaccurate