diff --git a/website/docs/tutorial/conversation-patterns.ipynb b/website/docs/tutorial/conversation-patterns.ipynb index 6b47447e073..eeaaa409b78 100644 --- a/website/docs/tutorial/conversation-patterns.ipynb +++ b/website/docs/tutorial/conversation-patterns.ipynb @@ -312,7 +312,7 @@ "two-agent chat. The next chat passes the carryover to the `carryover` parameter\n", "of the context to generate its initial message.\n", "\n", - "Carryover accumulates as the conversation moves forward,,\n", + "Carryover accumulates as the conversation moves forward,\n", "so each subsequent chat starts with all the carryovers \n", "from previous chats.\n", "\n",