Update src/natcap/invest/validation.py

Co-authored-by: Doug <dcdenu4@gmail.com>
This commit is contained in:
Emily Soth 2025-05-12 13:15:10 -07:00 committed by GitHub
parent 6639e0ff73
commit 0de5b2fa6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def _evaluate_expression(expression, variable_map):
Args:
expression (string): A string expression that returns a value.
variable_map (dict): A dict mapping string variable names to their
python object values. This is the variable map that will be usedf
python object values. This is the variable map that will be used
when evaluating the expression.
Returns: