]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Remove excessive backticks in logging doc (GH-123813) (#123817)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Sep 2024 18:19:23 +0000 (20:19 +0200)
committerGitHub <noreply@github.com>
Sat, 7 Sep 2024 18:19:23 +0000 (18:19 +0000)
Remove excessive backticks in logging doc (GH-123813)
(cherry picked from commit 93050e46144c5864fbf2b39eac798387d5758a2d)

Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Doc/library/logging.rst

index c6ab3744ad533815715fdaaee26590719ac05b56..ec3b96e0bea1e60dac9aab55739bb000cf4cf45c 100644 (file)
@@ -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`,