📝 update api docs

This commit is contained in:
nonebot 2021-01-27 03:46:47 +00:00
parent 5e3f1b5435
commit 115132a188
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ NoneBot 使用 [pydantic](https://pydantic-docs.helpmanual.io/) 以及 [python-d
## _class_ `Env` ## _class_ `Env`
基类:`pydantic.env_settings.BaseSettings` 基类:`nonebot.config.BaseConfig`
运行环境配置。大小写不敏感。 运行环境配置。大小写不敏感。

View File

@ -1168,7 +1168,7 @@ def something_else():
## `load_builtin_plugins()` ## `load_builtin_plugins(name='echo')`
* **说明** * **说明**