Skip to content

Commit 8f53ae1

Browse files
committed
update comment
1 parent f7dc544 commit 8f53ae1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/logging_formatter_example.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
# SPDX-License-Identifier: MIT
33

44

5-
"""Briefly exercise the logger and null logger."""
5+
"""Illustrate usage of default and custom Formatters including
6+
one with timestamps."""
67

78
import adafruit_logging as logging
9+
810
# To test on CPython, un-comment below and comment out above
911
# import logging
1012

0 commit comments

Comments
 (0)