Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Jul 29, 2024
1 parent 10c2a6d commit 5c3ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph/cugraph/dask/community/ktruss_subgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def ktruss_subgraph(input_graph, k: int) -> dask_cudf.DataFrame:
-------
k_truss_edge_lists : dask_cudf.DataFrame
Distributed GPU data frame containing all source identifiers,
destination identifiers, and edge weights belonging to the truss
destination identifiers, and edge weights belonging to the truss.
"""
if input_graph.is_directed():
raise ValueError("input graph must be undirected")
Expand Down

0 comments on commit 5c3ae0a

Please sign in to comment.