Skip to content

Commit ee37fb5

Browse files
committed
Reformat params in docstring
1 parent 035ef10 commit ee37fb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

adafruit_logging.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,9 @@ def log(self, level: int, msg: str, *args) -> None:
313313
314314
:param int level: the priority level at which to log
315315
:param str msg: the core message string with embedded
316-
formatting directives
317-
:param args: arguments to ``format_string.format()``; can be empty
316+
formatting directives
317+
:param args: arguments to ``format_string.format()``;
318+
can be empty
318319
"""
319320

320321
self._log(level, msg, *args)

0 commit comments

Comments
 (0)