Skip to content

Commit 6e3d4d7

Browse files
fix(examples): correct typo in chat_calculator comment
1 parent 61a3666 commit 6e3d4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/examples/chat_calculator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
" return None, None\n",
361361
" # keep everything before opening the calc tag.\n",
362362
" text, remainder = result.split('<calc>', 1)\n",
363-
" # drop everything after closing the c alc tag.\n",
363+
" # drop everything after closing the calc tag.\n",
364364
" expression, junk = remainder.split('</calc>', 1)\n",
365365
"\n",
366366
" # Remove the units like \"7 cats / hour\" -> \"7\"\n",

0 commit comments

Comments
 (0)