Fix spacing of toplevel items.
diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst
index cef5f1a..0359750 100644
--- a/Doc/library/contextlib.rst
+++ b/Doc/library/contextlib.rst
@@ -94,6 +94,7 @@
    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 @@
 
    .. versionadded:: 3.4
 
+
 .. class:: ContextDecorator()
 
    A base class that enables a context manager to also be used as a decorator.