fix typos in calculator_tools.py

This commit is contained in:
Scott Stoltzman
2023-12-31 13:58:42 -07:00
committed by GitHub
parent 2d2822e8ca
commit b9320630bc

View File

@@ -8,6 +8,6 @@ class CalculatorTools():
"""Useful to perform any mathematica calculations,
like sum, minus, mutiplcation, division, etc.
The input to this tool should be a mathematical
experission, a couple examples are `200*7` or `5000/2*10`
expression, a couple examples are `200*7` or `5000/2*10`
"""
return eval(operation)