We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cea803 commit b321c16Copy full SHA for b321c16
nx_cugraph/utils/misc.py
@@ -262,7 +262,7 @@ def _update_cpu_gpu_graphs(
262
update_cpu : func
263
Function to modify a networkx-compatible graph in-place.
264
265
- update_gpu: func
+ update_gpu : func
266
Function to modify a CudaGraph graph in-place. This also
267
updates the CudaGraph of an nxcg.Graph if it is on the GPU.
268
"""
0 commit comments