From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:19:23 +0000 (+0200) Subject: [3.12] Remove excessive backticks in logging doc (GH-123813) (#123817) X-Git-Tag: v3.12.7~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca3ac30d6b903ce7194555b15ca1becc8d560b9d;p=thirdparty%2FPython%2Fcpython.git [3.12] Remove excessive backticks in logging doc (GH-123813) (#123817) Remove excessive backticks in logging doc (GH-123813) (cherry picked from commit 93050e46144c5864fbf2b39eac798387d5758a2d) Co-authored-by: Wei-Hsiang (Matt) Wang --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index c6ab3744ad53..ec3b96e0bea1 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1094,11 +1094,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`,