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.
Formatter
1 parent 1ed5443 commit a619af4Copy full SHA for a619af4
Lib/logging/__init__.py
@@ -523,7 +523,7 @@ class Formatter(object):
523
responsible for converting a LogRecord to (usually) a string which can
524
be interpreted by either a human or an external system. The base Formatter
525
allows a formatting string to be specified. If none is supplied, the
526
- the style-dependent default value, "%(message)s", "{message}", or
+ style-dependent default value, "%(message)s", "{message}", or
527
"${message}", is used.
528
529
The Formatter can be initialized with a format string which makes use of
0 commit comments