Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/en/examples/chat_calculator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
" return None, None\n",
" # keep everything before opening the calc tag.\n",
" text, remainder = result.split('<calc>', 1)\n",
" # drop everything after closing the c alc tag.\n",
" # drop everything after closing the calc tag.\n",
" expression, junk = remainder.split('</calc>', 1)\n",
"\n",
" # Remove the units like \"7 cats / hour\" -> \"7\"\n",
Expand Down