Skip to content

Commit

Permalink
DOC Fixes doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Sep 5, 2024
1 parent e4aa748 commit 718ec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/expressions/expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@ def length_bytes(self) -> Expression:
Example:
>>> import daft
>>> df = daft.from_pydict({"x": ["😉test", "hey̆", "baz"})
>>> df = daft.from_pydict({"x": ["😉test", "hey̆", "baz"]})
>>> df = df.select(df["x"].str.length_bytes())
>>> df.show()
╭────────╮
Expand Down

0 comments on commit 718ec41

Please sign in to comment.