Skip to content

Commit a271c78

Browse files
colin-hoColin Ho
andauthored
[DOCS] Fix typo in limit example (Eventual-Inc#3303)
Co-authored-by: Colin Ho <[email protected]>
1 parent ca8f25d commit a271c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daft/dataframe/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ def limit(self, num: int) -> "DataFrame":
16011601
│ --- │
16021602
│ Int64 │
16031603
╞═══════╡
1604-
│ 1 │ f
1604+
│ 1 │
16051605
├╌╌╌╌╌╌╌┤
16061606
│ 2 │
16071607
├╌╌╌╌╌╌╌┤

0 commit comments

Comments
 (0)