We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ba82d commit 6c6e048Copy full SHA for 6c6e048
docs/index.md
@@ -37,7 +37,7 @@ numeric_test_1 = -x > x ** 2
37
numeric_test_2 = ((1 - 2 * x) <= -x) | (-x > x ** 2)
38
```
39
40
-If you know python you should feel at home here, except for two things: `|` is used instead of `or`. We will come back to this later.
+If you know python you should feel at home here, except for the fact that `|` is used instead of `or`. We will come back to this later.
41
42
Once you have created a function, it is still in "edit" mode. It means that calling it will create a new function, it will not evaluate it:
43
0 commit comments