summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-01-02 17:56:34 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-01-02 17:56:34 +0100
commit8103d0552c8129211241f047f3bfa10c43e3ab2a (patch)
tree065a10f163567f19c819f6b99912e9c7d3cc6193
parentbb5b95e69c4d1cfedc43a37747bc300149e310c3 (diff)
downloadcython-8103d0552c8129211241f047f3bfa10c43e3ab2a.tar.gz
Fix typo in changelog.
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 9042af253..a7468576b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,7 +27,7 @@ Bugs fixed
signature line and not the first decorator line, as in Python.
Patch by Felix Kohlgrüber. (Github issue #2536)
-* Constant integer expressions that used a negative exponend were evaluated
+* Constant integer expressions that used a negative exponent were evaluated
as integer 0 instead of the expected float value.
Patch by Kryštof Pilnáček. (Github issue #2133)