Skip to content

Commit 4ab684d

Browse files
[3.13] Remove excessive backticks in logging doc (pythonGH-123813) (python#123816)
Remove excessive backticks in logging doc (pythonGH-123813) (cherry picked from commit 93050e4) Co-authored-by: Wei-Hsiang (Matt) Wang <[email protected]>
1 parent c184b06 commit 4ab684d

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
@@ -1098,11 +1098,11 @@ information into logging calls. For a usage example, see the section on
10981098

10991099
.. attribute:: manager
11001100

1101-
Delegates to the underlying :attr:`!manager`` on *logger*.
1101+
Delegates to the underlying :attr:`!manager` on *logger*.
11021102

11031103
.. attribute:: _log
11041104

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

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

0 commit comments

Comments
 (0)