mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add a missing :term:.
This commit is contained in:
parent
0fa1aa1975
commit
516f5461b0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Functions and classes provided:
|
|||
|
||||
.. class:: AbstractContextManager
|
||||
|
||||
An abstract base class for classes that implement
|
||||
An :term:`abstract base class` for classes that implement
|
||||
:meth:`object.__enter__` and :meth:`object.__exit__`. A default
|
||||
implementation for :meth:`object.__enter__` is provided which returns
|
||||
``self`` while :meth:`object.__exit__` is an abstract method which by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue