# HG changeset patch # User Stefan Behnel <stefan_ml@behnel.de> # Date 1458857669 -3600 # Thu Mar 24 23:14:29 2016 +0100 # Node ID 51154806b07c789bdddaf5b1996ce59e420c34c9 # Parent 8c0cc89b1013c75380223fd1ac948fa2449baedc rst fix diff --git a/CHANGES.rst b/CHANGES.rst --- 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)