Skip to content

Commit

Permalink
Update python/cudf/cudf/core/frame.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <[email protected]>
  • Loading branch information
brandon-b-miller and vyasr authored Aug 6, 2021
1 parent 296eddc commit 94cc6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ def interpolate(
an x-axis. Unsorted indices can lead to erroneous results.
axis : int, default 0
Axis to interpolate along. Currently,
only 'axis=0' is supprted.
only 'axis=0' is supported.
inplace : bool, default False
Update the data in place if possible.
Expand Down

0 comments on commit 94cc6da

Please sign in to comment.