Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc authored May 20, 2021
1 parent 20aca82 commit 0defebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiocqhttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def deco(func: Callable) -> Callable:

class CQHttp(AsyncApi):
"""
OneBot (CQHTTP) 机器人的主类,负责控制整个机器人的运行、事件处理函数的注册、OneBot
OneBot API 的调用等。
OneBot (CQHTTP) 机器人的主类,负责控制整个机器人的运行、事件处理函数的注册、OneBot
API 的调用等。
内部维护了一个 `Quart` 对象作为 web 服务器,提供 HTTP 协议的 ``/`` 和 WebSocket
协议的 ``/ws/``、``/ws/api/``、``/ws/event/`` 端点供 OneBot 连接。
Expand Down

0 comments on commit 0defebd

Please sign in to comment.