Skip to content

Commit

Permalink
✏️ fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed Jan 4, 2022
1 parent 07cb968 commit 7f54468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def logger_wrapper(logger_name: str):
:log 参数:
* ``level: Literal["CRETICAL", "WARNING", "INFO", "DEBUG", "TRACE"]``: 日志等级
* ``level: Literal["CRITICAL", "WARNING", "INFO", "DEBUG", "TRACE"]``: 日志等级
* ``message: str``: 日志信息
* ``exception: Optional[Exception]``: 异常信息
"""
Expand Down

0 comments on commit 7f54468

Please sign in to comment.