Skip to content

Commit 33d07d1

Browse files
Use Graphs in rich_club docs (#161)
1 parent d732184 commit 33d07d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/community/rich_club.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Return the non-normalised [rich-club coefficient](https://en.wikipedia.org/wiki/
55
with degree cut-off `k`.
66
77
```jldoctest
8-
julia> using LightGraphs
8+
julia> using Graphs
99
julia> g = star_graph(5)
1010
julia> rich_club(g, 1)
1111
0.4

0 commit comments

Comments
 (0)