From addabd639670196741d20cbdf3cecd499173009c Mon Sep 17 00:00:00 2001 From: student_2333 Date: Mon, 20 Nov 2023 10:21:10 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20Docs:=20=E4=BF=AE=E5=A4=8D=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=90=8E=E5=A4=84=E7=90=86=E5=87=BD=E6=95=B0=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=20docstring=20=E9=94=99=E8=AF=AF=20(#2459)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot/typing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot/typing.py b/nonebot/typing.py index b9c12dd8..3e2b8bb4 100644 --- a/nonebot/typing.py +++ b/nonebot/typing.py @@ -94,7 +94,7 @@ T_EventPreProcessor: TypeAlias = _DependentCallable[Any] - DefaultParam: 带有默认值的参数 """ T_EventPostProcessor: TypeAlias = _DependentCallable[Any] -"""事件预处理函数 EventPostProcessor 类型 +"""事件后处理函数 EventPostProcessor 类型 依赖参数: