#5344: fix punctuation.

This commit is contained in:
Georg Brandl 2009-02-27 16:52:55 +00:00
parent ee6361f7d8
commit fbb995f6c2
1 changed files with 1 additions and 1 deletions

View 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