diff --git a/CHANGES.rst b/CHANGES.rst
index 8c0cc89b1013c75380223fd1ac948fa2449baedc_Q0hBTkdFUy5yc3Q=..51154806b07c789bdddaf5b1996ce59e420c34c9_Q0hBTkdFUy5yc3Q= 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,8 +22,8 @@
 * 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)