https://github.com/python/cpython/commit/ca3ac30d6b903ce7194555b15ca1becc8d560b9d commit: ca3ac30d6b903ce7194555b15ca1becc8d560b9d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood <[email protected]> date: 2024-09-07T18:19:23Z summary:
[3.12] Remove excessive backticks in logging doc (GH-123813) (#123817) Remove excessive backticks in logging doc (GH-123813) (cherry picked from commit 93050e46144c5864fbf2b39eac798387d5758a2d) Co-authored-by: Wei-Hsiang (Matt) Wang <[email protected]> files: M Doc/library/logging.rst diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index c6ab3744ad5338..ec3b96e0bea1e6 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1094,11 +1094,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`, _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
