Skip to content

Commit

Permalink
docs: fix evaluate_expression documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfbl committed Oct 31, 2023
1 parent 620f62b commit cf96d41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/truth_table/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ def evaluate_expression(expr, result, row):
Recursively evaluate a logical expression.
Args:
prepositions (list of str): A list of prepositions in the expression.
expr (Any): The logical expression to be evaluated.
combination (tuple): A list of tuples representing combinations of True and False for prepositions.
expr (Base): The logical expression to be evaluated.
result (dict): A list of evaluation results for each expression.
row (int): Current row in combination
Returns:
bool: The result of the evaluation.
Expand Down

0 comments on commit cf96d41

Please sign in to comment.