Commit e52d535a authored by Georg Brandl's avatar Georg Brandl

Don't use quotes for non-string code.

parent cec445db
......@@ -202,7 +202,7 @@ A high-level explanation of the context management protocol is:
methods.
* The context manager's :meth:`__enter__` method is called. The value returned
is assigned to *VAR*. If no ``'as VAR'`` clause is present, the value is simply
is assigned to *VAR*. If no ``as VAR`` clause is present, the value is simply
discarded.
* The code in *BLOCK* is executed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment