summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)