Skip to content

Commit a8d1037

Browse files
committed
Fixed getLogger() docstring
1 parent 30ceea1 commit a8d1037

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_logging.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ def _addLogger(logger_name: str):
170170
def getLogger(logger_name: str) -> "Logger":
171171
"""Create or retrieve a logger by name
172172
173-
:param str logger_name: The name of the `Logger` to create/retrieve. `None`
174-
will cause the `NullLogger` instance to be returned.
173+
:param str logger_name: The name of the `Logger` to create/retrieve.
175174
176175
"""
177176
_addLogger(logger_name)

0 commit comments

Comments
 (0)