Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Jan 26, 2024
1 parent 5900bd8 commit 705788f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/cugraph/cugraph/structure/symmetrize.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def symmetrize_df(
of multi edges will no longer be supported from 'symmetrize'.
Multi edges will be removed upon creation of graph instance directly
based on if the graph is `curgaph.MultiGraph` or `cugraph.Graph`.]
Set to True if graph is a Multi(Di)Graph. This allows multiple
edges instead of dropping them.
Expand Down Expand Up @@ -144,7 +144,7 @@ def symmetrize_ddf(
of multi edges will no longer be supported from 'symmetrize'.
Multi edges will be removed upon creation of graph instance directly
based on if the graph is `curgaph.MultiGraph` or `cugraph.Graph`.]
Set to True if graph is a Multi(Di)Graph. This allows multiple
edges instead of dropping them.
Expand Down Expand Up @@ -236,7 +236,7 @@ def symmetrize(
of multi edges will no longer be supported from 'symmetrize'.
Multi edges will be removed upon creation of graph instance directly
based on if the graph is `curgaph.MultiGraph` or `cugraph.Graph`.]
Set to True if graph is a Multi(Di)Graph. This allows multiple
edges instead of dropping them.
Expand Down

0 comments on commit 705788f

Please sign in to comment.