Kaydet (Commit) a7c17e55 authored tarafından Georg Brandl's avatar Georg Brandl

Fix spacing of toplevel items.

üst 3e30d471
......@@ -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.
......
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