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 30ceea1 commit a8d1037Copy full SHA for a8d1037
adafruit_logging.py
@@ -170,8 +170,7 @@ def _addLogger(logger_name: str):
170
def getLogger(logger_name: str) -> "Logger":
171
"""Create or retrieve a logger by name
172
173
- :param str logger_name: The name of the `Logger` to create/retrieve. `None`
174
- will cause the `NullLogger` instance to be returned.
+ :param str logger_name: The name of the `Logger` to create/retrieve.
175
176
"""
177
_addLogger(logger_name)
0 commit comments