Skip to content

Commit

Permalink
Update python/cudf/cudf/io/text.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Murray <[email protected]>
  • Loading branch information
mroeschke and Matt711 authored Dec 5, 2024
1 parent 8655443 commit 63cdf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/io/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read_text(
if compression_offsets is not None:
if len(compression_offsets) != 2:
raise ValueError(
"compression offsets need to consist of two elements"
"Compression offsets need to consist of two elements"
)
datasource = plc.io.text.make_source_from_bgzip_file(
filepath_or_buffer,
Expand Down

0 comments on commit 63cdf0f

Please sign in to comment.