Fix spacing of toplevel items.

This commit is contained in:
Georg Brandl 2013-10-13 22:25:10 +02:00
parent 3e30d471e9
commit a7c17e552d

View 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.