From ff24678a7c7ab063acf5e7020bcfb1d0682bdb1d Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Tue, 5 Oct 2021 13:38:43 +0200 Subject: [PATCH] Update init_tools.py Removed "_temp" from docstrings. --- src/Mod/Draft/draftutils/init_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Draft/draftutils/init_tools.py b/src/Mod/Draft/draftutils/init_tools.py index 9a5f226dff..520e54a72c 100644 --- a/src/Mod/Draft/draftutils/init_tools.py +++ b/src/Mod/Draft/draftutils/init_tools.py @@ -189,7 +189,7 @@ def init_toolbar(workbench, toolbar, cmd_list): The name of the toolbar. cmd_list: list of strings or list of strings and tuples - See f.e. the return value of get_draft_drawing_commands_temp. + See f.e. the return value of get_draft_drawing_commands. """ for cmd in cmd_list: if isinstance(cmd, tuple): @@ -212,7 +212,7 @@ def init_menu(workbench, menu_list, cmd_list): submenus (if any), are added to the last (sub)menu in the list. cmd_list: list of strings or list of strings and tuples - See f.e. the return value of get_draft_drawing_commands_temp. + See f.e. the return value of get_draft_drawing_commands. """ for cmd in cmd_list: if isinstance(cmd, tuple):