summaryrefslogtreecommitdiffstats
path: root/nova/compat
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-03-07 01:34:42 +0000
committerGerrit Code Review <review@openstack.org>2012-03-07 01:34:42 +0000
commit11ba52fb202ad58a6133cf7b80886cb539117981 (patch)
tree441ac40422c8d86d3277a69a19bf078ffe958862 /nova/compat
parente374ad975f1679fad6110fe9a9fc4793fbf2fc24 (diff)
parentb1de27f68a9f80db723c1b3545f95c5c9c8e7e9d (diff)
downloadnova-11ba52fb202ad58a6133cf7b80886cb539117981.tar.gz
nova-11ba52fb202ad58a6133cf7b80886cb539117981.tar.xz
nova-11ba52fb202ad58a6133cf7b80886cb539117981.zip
Merge "fix restructuredtext formatting in docstrings that show up in the developer guide"
Diffstat (limited to 'nova/compat')
-rw-r--r--nova/compat/flagfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compat/flagfile.py b/nova/compat/flagfile.py
index 3b5845c3d..0ffa7fe93 100644
--- a/nova/compat/flagfile.py
+++ b/nova/compat/flagfile.py
@@ -173,7 +173,7 @@ def handle_flagfiles(args, tempdir=None):
def handle_flagfiles_managed(args):
'''A context manager for handle_flagfiles() which removes temp files.
- For use with the 'with' statement, i.e.
+ For use with the 'with' statement, i.e.::
with handle_flagfiles_managed(args) as args:
# Do stuff