📝 update api docs

This commit is contained in:
nonebot 2020-11-16 11:59:05 +00:00
parent 872df975f5
commit 8524c32b93

View File

@ -137,7 +137,7 @@ NoneBot 内部处理并按优先级分发事件给所有事件响应器,提供
* **示例**
..code-block:: python
> import asyncio
> asyncio.create_task(handle_event(bot, event))
```python
import asyncio
asyncio.create_task(handle_event(bot, event))
```