From: Georg Brandl Date: Fri, 27 Feb 2009 16:52:55 +0000 (+0000) Subject: #5344: fix punctuation. X-Git-Tag: v2.7a1~1930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbb995f6c2fe6eda6e41b5525baedb3a48a2ed3b;p=thirdparty%2FPython%2Fcpython.git #5344: fix punctuation. --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index f04f194376dd..cbc8d85bea85 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -270,7 +270,7 @@ structure is:: The expression is evaluated, and it should result in an object that supports the context management protocol (that is, has :meth:`__enter__` and :meth:`__exit__` -methods. +methods). The object's :meth:`__enter__` is called before *with-block* is executed and therefore can run set-up code. It also may return a value that is bound to the