Skip to content

Commit ba53b8a

Browse files
committed
docs(streaming): fix leftover newline
1 parent 0cdff32 commit ba53b8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/utilities/streaming.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ You can also solve with `seek`, but let's take a large uniform CSV file to make
121121
--8<-- "examples/streaming/src/uniform_sample.csv"
122122
```
123123

124-
You found out that each row has 8 bytes, the header line has 21 bytes, and every new line has 1 byte.
125-
126-
You want to skip the first 100 lines.
124+
You found out that each row has 8 bytes, the header line has 21 bytes, and every new line has 1 byte. You want to skip the first 100 lines.
127125

128126
```python hl_lines="28 31" title="Skipping the first 100 rows"
129127
--8<-- "examples/streaming/src/s3_csv_stream_seek.py"

0 commit comments

Comments
 (0)