From 9cfe909acaa21c68563d8855ec7584bf8d650876 Mon Sep 17 00:00:00 2001 From: edouardbruelhart Date: Tue, 16 Apr 2024 18:08:19 +0200 Subject: [PATCH] small annotation correction --- ms_sample_list_creator/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms_sample_list_creator/main.py b/ms_sample_list_creator/main.py index e06e3ce..c4e3578 100644 --- a/ms_sample_list_creator/main.py +++ b/ms_sample_list_creator/main.py @@ -21,7 +21,7 @@ def __init__(self, parent: tk.Tk, *args: Any, **kwargs: Any): Initializes an instance of the class. Args: - root(tk.Tk): The parent widget or window where this frame will be placed. + parent(tk.Tk): The parent widget or window where this frame will be placed. csv_path(str): CSV path and name. Returns: