Skip to content

Commit c990cbd

Browse files
committed
correct description of Formatter's datefmt param in logging doc
1 parent f19f1d8 commit c990cbd

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
@@ -671,8 +671,7 @@ Formatter Objects
671671
which is just the logged message.
672672
:type fmt: str
673673

674-
:param datefmt: A format string in the given *style* for
675-
the date/time portion of the logged output.
674+
:param datefmt: A format string for the date/time portion of the logged output.
676675
If not specified, the default described in :meth:`formatTime` is used.
677676
:type datefmt: str
678677

0 commit comments

Comments
 (0)