Skip to content

Commit dcb595a

Browse files
committed
Fix Tuple bug in doctest
1 parent aaede17 commit dcb595a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial_graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ We then check the set of edges:
7373
julia> ne(cities)
7474
2
7575
76-
julia> collect(edges(cities))
76+
julia> Tuple(collect(edges(cities)))
7777
(Edge 1 => 2, Edge 1 => 3)
7878
7979
julia> has_edge(cities, 1, 2)

0 commit comments

Comments
 (0)