[3.13] Remove excessive backticks in logging doc (GH-123813) (#123816)

Remove excessive backticks in logging doc (GH-123813)
(cherry picked from commit 93050e4614)

Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-09-24 20:21:29 +02:00 committed by GitHub
parent c184b0680a
commit 4ab684d694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View 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`,