Skip to content

Commit fea7abb

Browse files
committed
fix line break
1 parent afea39d commit fea7abb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/cudf/source/cudf_pandas/usage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ df.apply(list, axis=1) # uses the CPU (fallback)
2727
```
2828

2929
```{note}
30-
If you have already imported or used pandas in your current kernel session, you will need to restart your kernel and run `%load_ext cudf.pandas` as the first command before any pandas imports or usage.
30+
If you have already imported or used pandas in your current kernel session,
31+
you will need to restart your kernel and run `%load_ext cudf.pandas` as the
32+
first command before any pandas imports or usage.
3133
```
3234

3335
## Command Line Usage

0 commit comments

Comments
 (0)