diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-09-23 06:31:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 06:31:20 (GMT) |
commit | 92af0cc580051fd1129c7a86af2cbadeb2aa36dc (patch) | |
tree | 19504cdaa115df0213978c7e25f96888b29b2861 /Doc/howto/logging.rst | |
parent | 5e7ea95d9d5c3b80a67ffbeebd76ce4fc327dd8e (diff) | |
download | cpython-92af0cc580051fd1129c7a86af2cbadeb2aa36dc.zip cpython-92af0cc580051fd1129c7a86af2cbadeb2aa36dc.tar.gz cpython-92af0cc580051fd1129c7a86af2cbadeb2aa36dc.tar.bz2 |
gh-109634: Use :samp: role (GH-109635)
Diffstat (limited to 'Doc/howto/logging.rst')
-rw-r--r-- | Doc/howto/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index a72e9a8..7330cf6 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst @@ -979,7 +979,7 @@ provided: #. :class:`NullHandler` instances do nothing with error messages. They are used by library developers who want to use logging, but want to avoid the 'No - handlers could be found for logger XXX' message which can be displayed if + handlers could be found for logger *XXX*' message which can be displayed if the library user has not configured logging. See :ref:`library-config` for more information. |