Skip to content

Commit 42f6b22

Browse files
author
Michael Brewer
committed
chore: doc typo
1 parent e4c1e8e commit 42f6b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: aws_lambda_powertools/logging/formatter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, **kwargs):
3030
self.default_json_formatter = kwargs.pop("json_default", str)
3131
# Set the insertion order for the log messages
3232
self.format_dict = dict.fromkeys(kwargs.pop("log_record_order", ["level", "location", "message", "timestamp"]))
33-
# Set timestamp the date format
33+
# Set the date format used by `asctime`
3434
super(JsonFormatter, self).__init__(datefmt=kwargs.pop("datefmt", None))
3535

3636
self.reserved_keys = ["timestamp", "level", "location"]

0 commit comments

Comments
 (0)