Commit a7c17e55 authored by Georg Brandl's avatar Georg Brandl

Fix spacing of toplevel items.

parent 3e30d471
...@@ -94,6 +94,7 @@ Functions and classes provided: ...@@ -94,6 +94,7 @@ Functions and classes provided:
without needing to explicitly close ``page``. Even if an error occurs, without needing to explicitly close ``page``. Even if an error occurs,
``page.close()`` will be called when the :keyword:`with` block is exited. ``page.close()`` will be called when the :keyword:`with` block is exited.
.. function:: ignore(*exceptions) .. function:: ignore(*exceptions)
Return a context manager that ignores the specified exceptions if they Return a context manager that ignores the specified exceptions if they
...@@ -156,6 +157,7 @@ Functions and classes provided: ...@@ -156,6 +157,7 @@ Functions and classes provided:
.. versionadded:: 3.4 .. versionadded:: 3.4
.. class:: ContextDecorator() .. class:: ContextDecorator()
A base class that enables a context manager to also be used as a decorator. A base class that enables a context manager to also be used as a decorator.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment