Skip to content

Commit d74837b

Browse files
authored
chore: fix some typos (huggingface#557)
Signed-off-by: zoupingshi <[email protected]>
1 parent 01c5106 commit d74837b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/smolagents/agents.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def replay(self, detailed: bool = False):
607607

608608
def __call__(self, task: str, **kwargs):
609609
"""
610-
This methd is called only by a manager agent.
610+
This method is called only by a manager agent.
611611
Adds additional prompting for the managed agent, runs it, and wraps the output.
612612
"""
613613
full_task = populate_template(

utils/check_tests_in_ci.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def check_tests_in_ci():
3030
tests, hence this check.
3131
3232
NOTE: current implementation is quite naive but should work for now. Must be updated if one want to ignore some
33-
tests or if file naming is updated (currently only files starting by `test_*` are cheked)
33+
tests or if file naming is updated (currently only files starting by `test_*` are checked)
3434
"""
3535
test_files = [
3636
path.relative_to(TESTS_FOLDER).as_posix()

0 commit comments

Comments
 (0)