diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:22:35 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:22:35 (GMT) |
commit | f7fee331042baa0180f89cd38903573bbd12106e (patch) | |
tree | 7f7595620de5ec1487b5f99e928e4f08211a3ed4 /Doc/library/logging.handlers.rst | |
parent | 89c6ee2df19f169e4e60e1e8bb7b711aa057144e (diff) | |
parent | 3749404ba5968c5571d47bc8a984f008a7eb8f80 (diff) | |
download | cpython-f7fee331042baa0180f89cd38903573bbd12106e.zip cpython-f7fee331042baa0180f89cd38903573bbd12106e.tar.gz cpython-f7fee331042baa0180f89cd38903573bbd12106e.tar.bz2 |
Issue #22251: Fix ReST markup to avoid errors building docs.
Diffstat (limited to 'Doc/library/logging.handlers.rst')
-rw-r--r-- | Doc/library/logging.handlers.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 8c6d24b..9771795 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -864,7 +864,9 @@ supports sending logging messages to a Web server, using either ``GET`` or :meth:`mapLogRecord` method is used to convert the record to the dictionary to be sent. - .. note:: Since preparing a record for sending it to a Web server is not + .. note:: + + Since preparing a record for sending it to a Web server is not the same as a generic formatting operation, using :meth:`~logging.Handler.setFormatter` to specify a :class:`~logging.Formatter` for a :class:`HTTPHandler` has no effect. |