From 98a88c567a211b4c4344b0e0c20cdaae2c968bdd Mon Sep 17 00:00:00 2001 From: lixiang Date: Wed, 11 Sep 2024 02:29:21 +0000 Subject: [PATCH] =?UTF-8?q?Repeated=20use=20of=20the=20word=20"=E7=9A=84"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixiang --- method/dde_editor_method.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/method/dde_editor_method.py b/method/dde_editor_method.py index 79bdcb6..48fa213 100644 --- a/method/dde_editor_method.py +++ b/method/dde_editor_method.py @@ -25,7 +25,7 @@ class DdeEditorMethod(BaseMethod): pylinuxauto.find_element_by_ocr("打开文件").click() def dde_editor_method_choose_save_as_option_by_ocr(self): - """在文本编辑器的的菜单栏中选择 另存为 选项""" + """在文本编辑器的菜单栏中选择 另存为 选项""" pylinuxauto.find_element_by_ocr("另存为").click() def dde_editor_method_quit_editor_by_ocr(self): -- Gitee