Skip to content

Commit

Permalink
[melobot] Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Dec 12, 2024
1 parent 819489f commit 66870e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melobot/adapter/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class ActionHandle(Generic[ActionRetT]):
:ivar Action action: 操作包含的行为对象
:ivar typing.Literal["PENDING", "EXECUTING", "FINISHED"] status: 操作的状态。分别对应:未执行、执行中、执行完成
:ivar OutSourceT out_src: 执行操作的输出源对象
:ivar AbstractOutSource out_src: 执行操作的输出源对象
"""

def __init__(
Expand Down

0 comments on commit 66870e5

Please sign in to comment.