mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove excessive backticks in logging doc (#123813)
This commit is contained in:
parent
76a1c5d183
commit
93050e4614
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue