mirror of https://github.com/python/cpython.git
[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:
parent
c184b0680a
commit
4ab684d694
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue