Skip to content

Commit 43b0063

Browse files
review
1 parent ad7a5bf commit 43b0063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataframely/collection/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ def pipe(
832832
) -> T:
833833
"""Apply a function to this collection.
834834
835-
This method allows to chain operations on a collection in a fluent style,
835+
This method allows chaining operations on a collection in a fluent style,
836836
analogously to :meth:`polars.LazyFrame.pipe`.
837837
838838
Args:

0 commit comments

Comments
 (0)