Skip to content

Commit

Permalink
Update docs/cugraph/source/nx_cugraph/how-it-works.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Welch <[email protected]>
  • Loading branch information
nv-rliu and eriknw authored Oct 2, 2024
1 parent 21d375f commit 2f44d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cugraph/source/nx_cugraph/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ directly in their code to access the utilities provided to create a Graph
instance specifically for the nx-cugraph backend.

Example:
```
```python
import networkx as nx
import nx_cugraph as nxcg

Expand Down

0 comments on commit 2f44d47

Please sign in to comment.