From 6e3d4d7ed2deb6731ec2a8119baef65d0d90a058 Mon Sep 17 00:00:00 2001 From: Rahul Lashkari Date: Sat, 19 Apr 2025 23:50:55 +0530 Subject: [PATCH] fix(examples): correct typo in chat_calculator comment --- site/en/examples/chat_calculator.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/examples/chat_calculator.ipynb b/site/en/examples/chat_calculator.ipynb index 7e154edd7..e27d64c54 100644 --- a/site/en/examples/chat_calculator.ipynb +++ b/site/en/examples/chat_calculator.ipynb @@ -360,7 +360,7 @@ " return None, None\n", " # keep everything before opening the calc tag.\n", " text, remainder = result.split('', 1)\n", - " # drop everything after closing the c alc tag.\n", + " # drop everything after closing the calc tag.\n", " expression, junk = remainder.split('', 1)\n", "\n", " # Remove the units like \"7 cats / hour\" -> \"7\"\n",