[Python-checkins] cpython: Add a missing :term:.

brett.cannon python-checkins at python.org
Thu Jun 9 18:55:58 EDT 2016


https://hg.python.org/cpython/rev/681da4ad2138
changeset:   101828:681da4ad2138
user:        Brett Cannon <brett at python.org>
date:        Thu Jun 09 15:55:52 2016 -0700
summary:
  Add a missing :term:.

files:
  Doc/library/contextlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst
--- a/Doc/library/contextlib.rst
+++ b/Doc/library/contextlib.rst
@@ -20,7 +20,7 @@
 
 .. 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list