Skip to content

Commit 92db724

Browse files
committed
chore: line-editing on byot
1 parent e431963 commit 92db724

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/utilities/streaming.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ Or, if you want to load a tab-separated file (TSV), you can use the `delimiter`
121121

122122
### Building your own data transformation
123123

124-
You can build your own custom data transformation by extending the `BaseTransform` class.
125-
The `transform` method receives an `IO[bytes]` object, and you are responsible for returning an object that is also
126-
a `IO[bytes]`.
124+
You can build your own custom data transformation by extending the `BaseTransform` class. The `transform` method receives an `IO[bytes]` object, and you are responsible for returning an `IO[bytes]` object.
127125

128126
=== "Custom JSON transform"
129127

0 commit comments

Comments
 (0)