diff options
author | Kyomotoi <[email protected]> | 2023-01-31 12:03:55 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2023-01-31 12:03:55 +0800 |
commit | 3ae7efc11d839bccf42ee0ca4370b10b3a7eef9b (patch) | |
tree | 942017ce3ceee429b0b50ab981293d6adeba4b60 | |
parent | ba401be493f334f20aa441cc3a25d080a234bb97 (diff) | |
download | ATRI-3ae7efc11d839bccf42ee0ca4370b10b3a7eef9b.tar.gz ATRI-3ae7efc11d839bccf42ee0ca4370b10b3a7eef9b.tar.bz2 ATRI-3ae7efc11d839bccf42ee0ca4370b10b3a7eef9b.zip |
✏️ 补齐注释
-rw-r--r-- | ATRI/utils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/utils/__init__.py b/ATRI/utils/__init__.py index e3777a0..e77c2c9 100644 --- a/ATRI/utils/__init__.py +++ b/ATRI/utils/__init__.py @@ -118,7 +118,7 @@ class MessageChecker: class FileDealer: """ - 操作文件 + 异步方式操作文件 """ def __init__(self, path: Path, encoding: str = "utf-8"): |