Skip to content

Commit

Permalink
remove overstatement
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Aug 27, 2024
1 parent 5030822 commit 6fc649b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dask_cudf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A cuDF-backed DataFrame collection can be moved to the `"pandas"` backend at any
df = df.to_backend("pandas")
```

Similarly, a Pandas-backed DataFrame collection can always be moved to the `"cudf"` backend:
Similarly, a Pandas-backed DataFrame collection can be moved to the `"cudf"` backend:

```python
df = df.to_backend("cudf")
Expand Down

0 comments on commit 6fc649b

Please sign in to comment.