Skip to content

Commit c1eef4b

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

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
@@ -38,7 +38,7 @@ age_field = Reference("age")
3838

3939
Predicates are expressions that evaluate to a boolean value. They can be combined using logical operators.
4040

41-
#### Comparison Predicates
41+
#### Literal Predicates
4242

4343
```python
4444
from pyiceberg.expressions import EqualTo, NotEqualTo, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual

0 commit comments

Comments
 (0)