Skip to content

Commit 5bb4be9

Browse files
norton120Fokko
andauthored
Update mkdocs/docs/expression-dsl.md
Co-authored-by: Fokko Driesprong <[email protected]>
1 parent 4a61019 commit 5bb4be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/docs/expression-dsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ age_in_set = In("age", [18, 19, 20])
7474
age_not_in_set = NotIn("age", [18, 19, 20])
7575
```
7676

77-
#### Null Predicates
77+
#### Unary Predicates
7878

7979
```python
8080
from pyiceberg.expressions import IsNull, NotNull

0 commit comments

Comments
 (0)