Merge "fix restructuredtext formatting in docstrings that show up in the developer guide"

This commit is contained in:
Jenkins
2012-03-07 01:34:42 +00:00
committed by Gerrit Code Review
7 changed files with 175 additions and 151 deletions

View File

@@ -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