Skip to content

Commit 11ffb9b

Browse files
fix typos
Co-authored-by: Patrice Bechard <[email protected]>
1 parent 241f2cd commit 11ffb9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agentlab/agents/tool_use_agent/cua_like_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ def _init(self):
102102

103103
def make(self) -> "Block":
104104
"""Returns a copy so the init can start adding some stuff to `self` without changing the
105-
original datatclass that should only contain a config.
106-
The aim is avoid having 2 calss definition for each block, e.g. Block and BlockArgs.
105+
original dataclass that should only contain a config.
106+
The aim is avoid having 2 class definition for each block, e.g. Block and BlockArgs.
107107
108108
Returns:
109109
Block: A copy of the current block instance with initialization applied.

0 commit comments

Comments
 (0)