8000 Remove excessive backticks in logging doc (#123813) · python/cpython@93050e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93050e4

Browse files
authored
Remove excessive backticks in logging doc (#123813)
1 parent 76a1c5d commit 93050e4

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)
0