From de7006a6066c3c06c19531c74a892e5ee576de85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E8=AA=89=E8=88=AA?= <2683398297@qq.com> Date: Sun, 21 May 2023 09:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=20=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8de0a5..a6d506f 100644 --- a/README.md +++ b/README.md @@ -237,5 +237,5 @@ a: No such file or directory 数据处理模块包括读取数据(read_data)、保存数据(save_data)、打印数据(print_data)、查询 数据(query_data)、添加数据(add_data)、更新数据(update_data)、删除数据 (delete_data)、数据排序(sort_data)和生成图表(make_chart)等子模块。其中查询、添加、更 -新和删除数据还会用到根据编号查询数据的方法(find)。 +新和删除数据还会用到根据编号查询数据的方法(find)。