📝 Docs: 修复事件后处理函数类型 docstring 错误 (#2459)

This commit is contained in:
student_2333 2023-11-20 10:21:10 +08:00 committed by GitHub
parent 3341c641cc
commit addabd6396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ T_EventPreProcessor: TypeAlias = _DependentCallable[Any]
- DefaultParam: 带有默认值的参数
"""
T_EventPostProcessor: TypeAlias = _DependentCallable[Any]
"""事件处理函数 EventPostProcessor 类型
"""事件处理函数 EventPostProcessor 类型
依赖参数: