]> granicus.if.org Git - python/commitdiff
#5344: fix punctuation.
authorGeorg Brandl <georg@python.org>
Fri, 27 Feb 2009 16:52:55 +0000 (16:52 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 27 Feb 2009 16:52:55 +0000 (16:52 +0000)
Doc/whatsnew/2.6.rst

index f04f194376dd404e0e42b8cf9e827f673e04da0f..cbc8d85bea8559cbeee6a982b278408e52e05b6c 100644 (file)
@@ -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