diff options
author | Bar Harel <bzvi7919@gmail.com> | 2020-09-10 10:50:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 10:50:23 (GMT) |
commit | 1e874d5bec652198b012debeec309efc49ce1cdd (patch) | |
tree | 32271eafb23d6b916267e2712f4ef16d862753a4 /Doc/library/logging.rst | |
parent | 788b79fa7b6184221e68d4f1a3fbe0b3270693f6 (diff) | |
download | cpython-1e874d5bec652198b012debeec309efc49ce1cdd.zip cpython-1e874d5bec652198b012debeec309efc49ce1cdd.tar.gz cpython-1e874d5bec652198b012debeec309efc49ce1cdd.tar.bz2 |
Update logging documentation to tidy up formatting (GH-22173)
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 989016e..fb8ea70 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -529,8 +529,7 @@ The useful mapping keys in a :class:`LogRecord` are given in the section on :ref:`logrecord-attributes`. -.. class:: Formatter(fmt=None, datefmt=None, style='%', validate=True, *, - defaults=None) +.. class:: Formatter(fmt=None, datefmt=None, style='%', validate=True, *, defaults=None) Returns a new instance of the :class:`Formatter` class. The instance is initialized with a format string for the message as a whole, as well as a |