Kaydet (Commit) 3872d621 authored tarafından Martin Panter's avatar Martin Panter

Issue #25609: Double back-ticks to avoid “make check” buildbot failure

üst db3e2bd8
......@@ -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`.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment