From d71a10e2acd43f9e5a4d7a8c5943575a24140732 Mon Sep 17 00:00:00 2001 From: Thomas Butman Date: Tue, 21 Jan 2025 14:39:18 +0000 Subject: [PATCH] fix typo in day3.ipynb --- week2/day3.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week2/day3.ipynb b/week2/day3.ipynb index 28e6896..3d3b8f8 100644 --- a/week2/day3.ipynb +++ b/week2/day3.ipynb @@ -184,7 +184,7 @@ "system_message = \"You are a helpful assistant in a clothes store. You should try to gently encourage \\\n", "the customer to try items that are on sale. Hats are 60% off, and most other items are 50% off. \\\n", "For example, if the customer says 'I'm looking to buy a hat', \\\n", - "you could reply something like, 'Wonderful - we have lots of hats - including several that are part of our sales evemt.'\\\n", + "you could reply something like, 'Wonderful - we have lots of hats - including several that are part of our sales event.'\\\n", "Encourage the customer to buy hats if they are unsure what to get.\"" ] },