Skip to content

Commit b134adf

Browse files
committed
fix: clarify list length limit
1 parent 414c2f5 commit b134adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Each `EAVFilter` must use `column_id` and can specify:
363363
- `string_value`: Exact string value to match
364364
- `boolean_value`: Boolean value to match
365365

366-
Returns a list of dictionaries (maximum 1000 rows), each representing a row with an `id` field and fields for each column ID.
366+
Returns a list of dictionaries (up to 1000), each representing a row with an `id` field and fields for each column ID.
367367

368368
Example:
369369
```python

0 commit comments

Comments
 (0)