]> granicus.if.org Git - python/commitdiff
Fix spacing of toplevel items.
authorGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 20:25:10 +0000 (22:25 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 20:25:10 +0000 (22:25 +0200)
Doc/library/contextlib.rst

index cef5f1a83be1508501349c3fa0d6cb9ac529bde3..0359750ffe3d42c80f9be120e131e3c7f4081990 100644 (file)
@@ -94,6 +94,7 @@ Functions and classes provided:
    without needing to explicitly close ``page``.  Even if an error occurs,
    ``page.close()`` will be called when the :keyword:`with` block is exited.
 
+
 .. function:: ignore(*exceptions)
 
    Return a context manager that ignores the specified exceptions if they
@@ -156,6 +157,7 @@ Functions and classes provided:
 
    .. versionadded:: 3.4
 
+
 .. class:: ContextDecorator()
 
    A base class that enables a context manager to also be used as a decorator.