Remove excessive backticks in logging doc (#123813)

This commit is contained in:
Wei-Hsiang (Matt) Wang 2024-09-08 02:09:02 +08:00 committed by GitHub
parent 76a1c5d183
commit 93050e4614
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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