From 516f5461b0959ae72d4cf57605422ec78f008220 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 9 Jun 2016 15:55:52 -0700 Subject: Add a missing :term:. --- Doc/library/contextlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index 11de8b1..810cea8 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -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 -- cgit v0.12