Skip to content

Commit b5da2b7

Browse files
committed
Fix double back quotes
1 parent a571a2f commit b5da2b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/logging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,11 +1021,11 @@ information into logging calls. For a usage example, see the section on
10211021

10221022
.. attribute:: manager
10231023

1024-
Delegates to the underlying :attr:`!manager`` on *logger*.
1024+
Delegates to the underlying :attr:`!manager` on *logger*.
10251025

10261026
.. attribute:: _log
10271027

1028-
Delegates to the underlying :meth:`!_log`` method on *logger*.
1028+
Delegates to the underlying :meth:`!_log` method on *logger*.
10291029

10301030
In addition to the above, :class:`LoggerAdapter` supports the following
10311031
methods of :class:`Logger`: :meth:`~Logger.debug`, :meth:`~Logger.info`,

0 commit comments

Comments
 (0)