From 814a66f2d3b0fc6a981893d446f2fc3ec9df7746 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 9 May 2010 21:09:40 +0000 Subject: [PATCH] finish clause --- Doc/whatsnew/2.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 98457f8f2a4..3abbd697bc9 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -136,7 +136,7 @@ A partial list of 3.1 features that were backported to 2.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`.