diff --git a/src/Mod/CAM/App/Command.pyi b/src/Mod/CAM/App/Command.pyi index d0eac740c4..ac6d9747f3 100644 --- a/src/Mod/CAM/App/Command.pyi +++ b/src/Mod/CAM/App/Command.pyi @@ -32,7 +32,7 @@ class Command(Persistence): """returns a copy of this command transformed by the given placement""" ... - def addAnnotations(self, annotations) -> "Command": + def addAnnotations(self, annotations, /) -> "Command": """addAnnotations(annotations): adds annotations from dictionary or string and returns self for chaining""" ... Name: str