Skip to content

Commit b321c16

Browse files
committed
Fix typo
1 parent 1cea803 commit b321c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx_cugraph/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def _update_cpu_gpu_graphs(
262262
update_cpu : func
263263
Function to modify a networkx-compatible graph in-place.
264264
265-
update_gpu: func
265+
update_gpu : func
266266
Function to modify a CudaGraph graph in-place. This also
267267
updates the CudaGraph of an nxcg.Graph if it is on the GPU.
268268
"""

0 commit comments

Comments
 (0)