Skip to content

Commit 41dac94

Browse files
Replacing and by logical_and in the supported operators for arithmetics
1 parent 38af607 commit 41dac94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/function_usage_examples/arithmetic/arithmetic_expression/arithmetic_expression_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"- Less Than: `<`\n",
4242
"- Less Or Equal: `<=`\n",
4343
"- Modulo: `%` limited for power of 2\n",
44-
"- Logical And: `and`\n",
44+
"- Logical And: `logical_and`\n",
4545
"- Logical Or: `or`\n",
4646
"- Max: `max` (n>=2 arguments)\n",
4747
"- Min: `min` (n>=2 arguments)\n",

0 commit comments

Comments
 (0)