Skip to content

Commit

Permalink
minor addition to edges docstring (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Feb 20, 2025
1 parent 07ae1d7 commit 12ac6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ vertices(g::AbstractGraph) = _NI("vertices")
edges(g)
Return (an iterator to or collection of) the edges of a graph.
For `AbstractSimpleGraph`s it returns a `SimpleEdgeIter`.
For `AbstractSimpleGraph`s it returns a `SimpleEdgeIter` (lexicographical order).
The expressions `e in edges(g)` and `e ∈ edges(g)` evaluate as
calls to [`has_edge`](@ref).
Expand Down

0 comments on commit 12ac6ba

Please sign in to comment.