Skip to content

Commit 15bdf81

Browse files
authored
fix 'comms' import in the api_docs (#2327)
This PR fixes the `comms` import in the API docs. Authors: Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Brad Rees (https://github.com/BradReesWork)
1 parent 4c9169c commit 15bdf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cugraph/source/api_docs/dask-cugraph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Example
2020
2121
from dask.distributed import Client, wait
2222
from dask_cuda import LocalCUDACluster
23-
import cugraph.dask.comms as Comms
23+
import cugraph.dask.comms.comms as Comms
2424
import cugraph.dask as dask_cugraph
2525
2626
cluster = LocalCUDACluster()

0 commit comments

Comments
 (0)