Skip to content

Commit

Permalink
Typo in teams.ipynb (#5028)
Browse files Browse the repository at this point in the history
Minor typo,
Let’s calls the run() method to start the team with a task. 

Fixed as,
Let’s call the run() method to start the team with a task.
  • Loading branch information
SudhakarPunniyakotti authored Jan 13, 2025
1 parent 466848a commit a7c97db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"source": [
"## Running a Team\n",
"\n",
"Let's calls the {py:meth}`~autogen_agentchat.teams.BaseGroupChat.run` method\n",
"Let's call the {py:meth}`~autogen_agentchat.teams.BaseGroupChat.run` method\n",
"to start the team with a task."
]
},
Expand Down

0 comments on commit a7c97db

Please sign in to comment.