Skip to content

Commit ed13263

Browse files
Update graph_adjacency_list.py
1 parent ca53ba4 commit ed13263

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphs/graph_adjacency_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def add_vertex(self, vertex: T) -> None:
6262
Adds a vertex to the graph. If the given vertex already exists,
6363
a ValueError will be thrown.
6464
65-
Example:
6665
>>> g = GraphAdjacencyList(vertices=[], edges=[], directed=False)
6766
>>> g.add_vertex("A")
6867
>>> g.adj_list

0 commit comments

Comments
 (0)