From 3872d62133f03a6c8292ee2f97999597f90f9082 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 10 Apr 2016 02:41:25 +0000 Subject: [PATCH] =?utf8?q?Issue=20#25609:=20Double=20back-ticks=20to=20avo?= =?utf8?q?id=20=E2=80=9Cmake=20check=E2=80=9D=20buildbot=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Doc/whatsnew/3.6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index d217c4d09a..9be1a9c291 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -196,7 +196,7 @@ contextlib The :class:`contextlib.AbstractContextManager` class has been added to provide an abstract base class for context managers. It provides a sensible default implementation for `__enter__()` which returns -`self` and leaves `__exit__()` an abstract method. A matching +``self`` and leaves `__exit__()` an abstract method. A matching class has been added to the :mod:`typing` module as :class:`typing.ContextManager`. (Contributed by Brett Cannon in :issue:`25609`.) -- 2.50.1