Skip to content

Commit 1e874d5

Browse files
authored
Update logging documentation to tidy up formatting (GH-22173)
1 parent 788b79f commit 1e874d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/logging.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,7 @@ The useful mapping keys in a :class:`LogRecord` are given in the section on
529529
:ref:`logrecord-attributes`.
530530

531531

532-
.. class:: Formatter(fmt=None, datefmt=None, style='%', validate=True, *,
533-
defaults=None)
532+
.. class:: Formatter(fmt=None, datefmt=None, style='%', validate=True, *, defaults=None)
534533

535534
Returns a new instance of the :class:`Formatter` class. The instance is
536535
initialized with a format string for the message as a whole, as well as a

0 commit comments

Comments
 (0)