令用法符合格式

This commit is contained in:
hemengyang
2022-01-12 18:53:30 +08:00
parent edb20a4786
commit 6d21cbed55
11 changed files with 64 additions and 93 deletions

View File

@ -32,11 +32,10 @@ NoneBot 日志记录器对象。
* 等级: `INFO` ,根据 `config.log_level` 配置改变
* 输出: 输出至 stdout
:用法:
.. code-block:: python
用法:
```python
from nonebot.log import logger
```
"""
# default_handler = logging.StreamHandler(sys.stdout)