diff --git a/method/dde_editor_method.py b/method/dde_editor_method.py index 4dcf3938ee47572f321733af6732f71f8f517599..464c05130ea6e2c7ee091733142361e182e0739f 100644 --- a/method/dde_editor_method.py +++ b/method/dde_editor_method.py @@ -25,11 +25,11 @@ 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_choose_save_option_by_ocr(self): - """在文本编辑器的的菜单栏中选择 保存 选项""" + """在文本编辑器的菜单栏中选择 保存 选项""" pylinuxauto.find_element_by_ocr("保存").click() def dde_editor_method_quit_editor_by_ocr(self):