Skip to content

Commit

Permalink
Merge branch 'test_branch_wendong' of https://github.com/camel-ai/camel
Browse files Browse the repository at this point in the history
… into test_branch_wendong
  • Loading branch information
Wendong-Fan committed Sep 14, 2023
2 parents 60fb2c8 + 03b7d27 commit 000177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camel/utils/python_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def clear_state(self) -> None:
@typing.no_type_check
def _execute_ast(self, expression: ast.AST) -> Any:
if isinstance(expression, ast.Assign):
# Assignement -> evaluate the assignement which should
# Assignment -> evaluate the assignment which should
# update the state. We return the variable assigned as it may
# be used to determine the final result.
return self._execute_assign(expression)
Expand Down

0 comments on commit 000177a

Please sign in to comment.