We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c990cbd commit 2979801Copy full SHA for 2979801
Doc/library/logging.rst
@@ -679,7 +679,7 @@ Formatter Objects
679
how the format string will be merged with its data: using one of
680
:ref:`old-string-formatting` (``%``), :meth:`str.format` (``{``)
681
or :class:`string.Template` (``$``). This only applies to
682
- *fmt* and *datefmt* (e.g. ``'%(message)s'`` versus ``'{message}'``),
+ *fmt* (e.g. ``'%(message)s'`` versus ``'{message}'``),
683
not to the actual log messages passed to the logging methods.
684
However, there are :ref:`other ways <formatting-styles>`
685
to use ``{``- and ``$``-formatting for log messages.
0 commit comments