]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove excessive backticks in logging doc (#123813)
authorWei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Sat, 7 Sep 2024 18:09:02 +0000 (02:09 +0800)
committerGitHub <noreply@github.com>
Sat, 7 Sep 2024 18:09:02 +0000 (18:09 +0000)
Doc/library/logging.rst

index 204d7e423012d203c590e47106e4f59144bd8916..6a67d6c75374af2da57cc37676ed3aed14155744 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`,