From: Wei-Hsiang (Matt) Wang Date: Sat, 7 Sep 2024 18:09:02 +0000 (+0800) Subject: Remove excessive backticks in logging doc (#123813) X-Git-Tag: v3.14.0a1~553 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93050e46144c5864fbf2b39eac798387d5758a2d;p=thirdparty%2FPython%2Fcpython.git Remove excessive backticks in logging doc (#123813) --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 204d7e423012..6a67d6c75374 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1098,11 +1098,11 @@ information into logging calls. For a usage example, see the section on .. attribute:: manager - Delegates to the underlying :attr:`!manager`` on *logger*. + Delegates to the underlying :attr:`!manager` on *logger*. .. attribute:: _log - Delegates to the underlying :meth:`!_log`` method on *logger*. + Delegates to the underlying :meth:`!_log` method on *logger*. In addition to the above, :class:`LoggerAdapter` supports the following methods of :class:`Logger`: :meth:`~Logger.debug`, :meth:`~Logger.info`,