Skip to content

Commit 2979801

Browse files
committed
also fix the description of style param
1 parent c990cbd commit 2979801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ Formatter Objects
679679
how the format string will be merged with its data: using one of
680680
:ref:`old-string-formatting` (``%``), :meth:`str.format` (``{``)
681681
or :class:`string.Template` (``$``). This only applies to
682-
*fmt* and *datefmt* (e.g. ``'%(message)s'`` versus ``'{message}'``),
682+
*fmt* (e.g. ``'%(message)s'`` versus ``'{message}'``),
683683
not to the actual log messages passed to the logging methods.
684684
However, there are :ref:`other ways <formatting-styles>`
685685
to use ``{``- and ``$``-formatting for log messages.

0 commit comments

Comments
 (0)