From: Bar Harel Date: Thu, 10 Sep 2020 10:50:23 +0000 (+0300) Subject: Update logging documentation to tidy up formatting (GH-22173) X-Git-Tag: v3.10.0a1~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e874d5bec652198b012debeec309efc49ce1cdd;p=thirdparty%2FPython%2Fcpython.git Update logging documentation to tidy up formatting (GH-22173) --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 989016e649d6..fb8ea705b046 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