summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-03-24 23:14:29 +0100
committerStefan Behnel <stefan_ml@behnel.de>2016-03-24 23:14:29 +0100
commit55b55a393c6c7defb2b6e7544065eb0531f974cc (patch)
tree1b426abb1a83cd88422d71fe3e4cdd0bd4013f79
parenta6137a6da70fa9d9a392d5b3df3dbca2fa1b8c4c (diff)
downloadcython-0.23.x.tar.gz
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 23f370d08..50c5ccadb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,8 +22,8 @@ Bugs fixed
* Fix prange() to behave identically to range(). The end condition was
miscalculated when the range was not exactly divisible by the step.
-* Optimised `all(genexpr)`/`any(genexpr)` calls could warn about unused code.
- This fixes ticket 876.
+* Optimised ``all(genexpr)``/``any(genexpr)`` calls could warn about unused
+ code. This fixes ticket 876.
0.23.4 (2015-10-10)