diff --git a/src/element_controller/__init__.pyi b/src/element_controller/__init__.pyi index 503c152..a2a7db5 100644 --- a/src/element_controller/__init__.pyi +++ b/src/element_controller/__init__.pyi @@ -518,7 +518,7 @@ def add_elements_to_undo(element_id_list: list[ElementId], cmd: int) -> None: Parameters: element_id_list: The elements to add. - cmd: The command associated with the undo. + cmd: The command associated with the undo. Possible values: 1 = Add, 2 = Modify. """ def make_undo() -> None: