From 41dac942d56fb767d2a83ee53bf984b0d98560f7 Mon Sep 17 00:00:00 2001 From: Alexandre Ricardo Date: Wed, 29 Oct 2025 12:22:08 -0300 Subject: [PATCH] Replacing and by logical_and in the supported operators for arithmetics --- .../arithmetic_expression/arithmetic_expression_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/function_usage_examples/arithmetic/arithmetic_expression/arithmetic_expression_example.ipynb b/functions/function_usage_examples/arithmetic/arithmetic_expression/arithmetic_expression_example.ipynb index 97e3b7515..2b8b46ec9 100644 --- a/functions/function_usage_examples/arithmetic/arithmetic_expression/arithmetic_expression_example.ipynb +++ b/functions/function_usage_examples/arithmetic/arithmetic_expression/arithmetic_expression_example.ipynb @@ -41,7 +41,7 @@ "- Less Than: `<`\n", "- Less Or Equal: `<=`\n", "- Modulo: `%` limited for power of 2\n", - "- Logical And: `and`\n", + "- Logical And: `logical_and`\n", "- Logical Or: `or`\n", "- Max: `max` (n>=2 arguments)\n", "- Min: `min` (n>=2 arguments)\n",