Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
galipremsagar and bdice authored Aug 12, 2022
1 parent 74741f1 commit 23465a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cudf/cudf/utils/ioutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,10 @@
concatenated with index ignored.
skiprows : int, default None
If not None, the number of rows to skip from the start of the file.
This Parameter is deprecated.
This parameter is deprecated.
num_rows : int, default None
If not None, the total number of rows to read.
This Parameter is deprecated.
This parameter is deprecated.
use_index : bool, default True
If True, use row index if available for faster seeking.
use_python_file_object : boolean, default True
Expand Down

0 comments on commit 23465a3

Please sign in to comment.