diff options
| author | 2024-03-04 17:55:52 +0800 | |
|---|---|---|
| committer | 2024-03-04 17:55:52 +0800 | |
| commit | 5b778ed5ea34862969653a4fc4e72d1debe09ee1 (patch) | |
| tree | d40029a0bae9ea1bcc019cb8ccca738ef14dcfa8 | |
| parent | edf6101277450d9b849f329cdfe27ad204c84392 (diff) | |
| download | infini-5b778ed5ea34862969653a4fc4e72d1debe09ee1.tar.gz infini-5b778ed5ea34862969653a4fc4e72d1debe09ee1.zip | |
style(exception): fix annocation
| -rw-r--r-- | src/infini/exceptions.py | 2 |
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): |
