Commit 1e518258 authored by Georg Brandl's avatar Georg Brandl

Fix code example to have valid syntax so that it can be highlighted.

parent bb091e73
......@@ -554,7 +554,7 @@ integer handle, and also disconnect the Windows handle from the handle object.
:keyword:`with` statement::
with OpenKey(HKEY_LOCAL_MACHINE, "foo") as key:
# ... work with key ...
... # work with key
will automatically close *key* when control leaves the :keyword:`with` block.
......
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