aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-04 17:55:52 +0800
committer苏向夜 <fu050409@163.com>2024-03-04 17:55:52 +0800
commit5b778ed5ea34862969653a4fc4e72d1debe09ee1 (patch)
treed40029a0bae9ea1bcc019cb8ccca738ef14dcfa8
parentedf6101277450d9b849f329cdfe27ad204c84392 (diff)
downloadinfini-5b778ed5ea34862969653a4fc4e72d1debe09ee1.tar.gz
infini-5b778ed5ea34862969653a4fc4e72d1debe09ee1.zip
style(exception): fix annocation
-rw-r--r--src/infini/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infini/exceptions.py b/src/infini/exceptions.py
index 2e2b0197..ac9c3d22 100644
--- a/src/infini/exceptions.py
+++ b/src/infini/exceptions.py
@@ -11,7 +11,7 @@ class UnknownEvent(InfiniException):
class UnknownEventType(InfiniException, TypeError):
- """文本事件不存在"""
+ """事件类型不存在"""
class ValueError(InfiniException, ValueError):