Skip to content

Commit ca3ac30

Browse files
[3.12] Remove excessive backticks in logging doc (GH-123813) (#123817)
Remove excessive backticks in logging doc (GH-123813) (cherry picked from commit 93050e4) Co-authored-by: Wei-Hsiang (Matt) Wang <[email protected]>
1 parent 01748b7 commit ca3ac30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/logging.rst

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

10951095
.. attribute:: manager
10961096

1097-
Delegates to the underlying :attr:`!manager`` on *logger*.
1097+
Delegates to the underlying :attr:`!manager` on *logger*.
10981098

10991099
.. attribute:: _log
11001100

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

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

0 commit comments

Comments
 (0)