mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix spacing of toplevel items.
This commit is contained in:
parent
3e30d471e9
commit
a7c17e552d
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue