]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Remove excessive backticks in logging doc (GH-123813) (#123816)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Sep 2024 18:21:29 +0000 (20:21 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 18:21:29 +0000 (11:21 -0700)
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 cd666979deb95a022b095d34d21b67dd3438a02b..2f2e6abbcac2ae6c3e89d101388cff0373e507ed 100644 (file)
@@ -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`,