]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update logging documentation to tidy up formatting (GH-22173)
authorBar Harel <bzvi7919@gmail.com>
Thu, 10 Sep 2020 10:50:23 +0000 (13:50 +0300)
committerGitHub <noreply@github.com>
Thu, 10 Sep 2020 10:50:23 +0000 (11:50 +0100)
Doc/library/logging.rst

index 989016e649d651996612466f9f2269f8cc910a15..fb8ea705b0469f8295d7cf44fb9c3e094f2b8765 100644 (file)
@@ -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