finish clause
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 98457f8..3abbd69 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -136,7 +136,7 @@
 
 * The syntax for set literals (``{1,2,3}`` is a mutable set).
 * Dictionary and set comprehensions (``{ i: i*2 for i in range(3)}``).
-* Multiple context managers in
+* Multiple context managers in a single :stmt:`with` statement.
 * A new version of the :mod:`io` library, rewritten in C for performance.
 * The ordered-dictionary type described in :ref:`pep-0372`.
 * The new format specifier described in :ref:`pep-0378`.